Solid Edge Part Type Library
Add Method
Specifies the number of members of the construction solids, surfaces, or reference planes in the input Tools array.
Contains either construction objects that represent solid bodies or sheet bodies or a single reference plane.
A member of the BooleanFeatureConstants constant set that specifies the type of Boolean operation to perform.
A member of the BooleanFeatureConstants constant set that specifies which side of the input Tool is used to define the volume that is subtracted or united.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal NumberOfTools As Long, _
   ByVal Tools As Variant, _
   ByVal Function As BooleanFeatureConstants, _
   Optional ByVal PlaneSide As Variant _
) As BooleanFeature
Parameters
NumberOfTools
Specifies the number of members of the construction solids, surfaces, or reference planes in the input Tools array.
Tools
Contains either construction objects that represent solid bodies or sheet bodies or a single reference plane.
Function
ValueDescription
seBooleanIntersect
seBooleanPlaneBack
seBooleanPlaneFront
seBooleanSubtract
seBooleanUnite
A member of the BooleanFeatureConstants constant set that specifies the type of Boolean operation to perform.
PlaneSide
A member of the BooleanFeatureConstants constant set that specifies which side of the input Tool is used to define the volume that is subtracted or united.
Remarks
The objects in the Tools array define the volume of material added to or subtracted from the part body as the expression of the BooleanFeature feature. If Function argument is seBooleanIntersect, a valid Tools array contains objects that represent solid bodies. If Function is seBooleanSubtract, a valid Tools array contains multiple objects that represent solid bodies, a single sheet body, or a single reference plane. If Function is seBooleanUnite, then a valid Tools array contains objects that represent multiple solid bodies or a single sheet body.
See Also

BooleanFeatures Collection  | BooleanFeatures Members