extern UFUNEXPORT int UF_MODL_operations(
tag_t target ,/* <I>
Target solid.
*/
tag_t tool ,/* <I>
Tools solid.
*/
UF_FEATURE_SIGN sign /* <I>
The sign of the operation to be performed.
UF_NULLSIGN = same as UF_POSITIVE
UF_POSITIVE = add to target solid
UF_NEGATIVE = subtract from target solid
UF_UNSIGNED = intersect with target solid
*/
);
/****************************************************************************
Unite two bodies.
Environment: Internal and External
See Also:
UF_MODL_unite_bodies_with_retained_options
History:
***************************************************************************/
extern UFUNEXPORT int UF_MODL_unite_bodies(
tag_t target, /* <I/O>
Target and resultant body
*/
tag_t tool /* <I>
Tool body
*/
);