Solid Edge Part Type Library
GetParameters Method
Returns the count of the Tools array.
Returns an array of either construction objects (representing solid bodies or sheet bodies), or a single reference plane. These objects define the volume of material added to or subtracted from the part body as the expression of the BooleanFeature feature.
Returns a member of the BooleanFeatureConstants constant set that specifies the type of Boolean operation to perform.
Returns a member of the BooleanFeatureConstants constant set that specifies which side of the input Tool was used to define the volume that is subtracted or united. Returns seBooleanPlaneFront or seBooleanPlaneBack when the Tools array contains a sheet body or reference plane; returns null when Tools array contains solid bodies.
Description
Returns the current parameters for the referenced BooleanFeature object.
Syntax
Visual Basic
Public Sub GetParameters( _
   Optional ByRef NumberOfTools As Variant, _
   Optional ByRef Tools As Variant, _
   Optional ByRef Function As Variant, _
   Optional ByRef PlaneSide As Variant _
) 
Parameters
NumberOfTools
Returns the count of the Tools array.
Tools
Returns an array of either construction objects (representing solid bodies or sheet bodies), or a single reference plane. These objects define the volume of material added to or subtracted from the part body as the expression of the BooleanFeature feature.
Function
Returns a member of the BooleanFeatureConstants constant set that specifies the type of Boolean operation to perform.
PlaneSide
Returns a member of the BooleanFeatureConstants constant set that specifies which side of the input Tool was used to define the volume that is subtracted or united. Returns seBooleanPlaneFront or seBooleanPlaneBack when the Tools array contains a sheet body or reference plane; returns null when Tools array contains solid bodies.
See Also

BooleanFeature Object  | BooleanFeature Members

Send comments on this topic.