Solid Edge Assembly Type Library
AddByTearOff Method
Specifies the layout elements to be torn off.
Specifies the plane on which the new layout is created.
Specifies whether the new layout is associative to the layout from which it was torn. When True, the layout is associative; when False, it is not associative.
Specifies whether the new layout is copied or moved. When True, the layout is copied; when False, moved.
A member of the LayoutStatusConstants constant set that specifies whether creation of the new layout succeeded.
Description
Creates an assembly tearoff sketch (layout) in the local assembly.
Syntax
Visual Basic
Public Function AddByTearOff( _
   ByRef ProfileCurveBodyEdges() As Object, _
   ByVal TearOffSketchPlane As Object, _
   ByVal bAssociative As Boolean, _
   ByVal bCopy As Boolean, _
   Optional ByRef Status As Variant _
) As Layout
Parameters
ProfileCurveBodyEdges
Specifies the layout elements to be torn off.
TearOffSketchPlane
Specifies the plane on which the new layout is created.
bAssociative
Specifies whether the new layout is associative to the layout from which it was torn. When True, the layout is associative; when False, it is not associative.
bCopy
Specifies whether the new layout is copied or moved. When True, the layout is copied; when False, moved.
Status
A member of the LayoutStatusConstants constant set that specifies whether creation of the new layout succeeded.
See Also

Layouts Collection  | Layouts Members

Send comments on this topic.