Solid Edge Part Type Library
Add Method
Specifies the number of tools to be used as input for the trim operation.
Specifies the Edge object(s) at which the trim will take place.
Specifies the side of the input curve(s) on which the trim will take place. Valid values are members of the TrimSurfaceAreaSideConstants constant set.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByVal NumberOfTools As Long, _
   ByRef ToolsArray() As Object, _
   ByVal AreaSide As TrimSurfaceAreaSideConstants _
) As TrimSurface
Parameters
NumberOfTools
Specifies the number of tools to be used as input for the trim operation.
ToolsArray
Specifies the Edge object(s) at which the trim will take place.
AreaSide
ValueDescription
igTSLeftSpecifies that the trim will occur on the left side of the input curve.
igTSRightSpecifies that the trim will occur on the right side of the input curve.
Specifies the side of the input curve(s) on which the trim will take place. Valid values are members of the TrimSurfaceAreaSideConstants constant set.
See Also

TrimSurfaces Collection  | TrimSurfaces Members

Send comments on this topic.