Solid Edge Draft Type Library
AddByAuxiliaryFold Method
The DrawingView object from which the auxiliary drawing view is created.
Specifies the coordinates for the first point of the fold line.
Specifies the coordinates for the first point of the fold line.
Specifies the coordinates for the second point of the fold line.
Specifies the coordinates for the second point of the fold line.
Specifies the coordinates for the origin point of the auxiliary view.
Specifies the coordinates for the origin point of the auxiliary view.
Description
Creates an auxiliary DrawingView object and a ViewPlane object from an existing DrawingView object.
Syntax
Visual Basic
Public Function AddByAuxiliaryFold( _
   ByVal From As DrawingView, _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double, _
   ByVal x3 As Double, _
   ByVal y3 As Double _
) As DrawingView
Parameters
From
The DrawingView object from which the auxiliary drawing view is created.
x1
Specifies the coordinates for the first point of the fold line.
y1
Specifies the coordinates for the first point of the fold line.
x2
Specifies the coordinates for the second point of the fold line.
y2
Specifies the coordinates for the second point of the fold line.
x3
Specifies the coordinates for the origin point of the auxiliary view.
y3
Specifies the coordinates for the origin point of the auxiliary view.
Remarks
The AddByAuxiliaryFold method also creates a ViewPlane object for the auxiliary view. To create the auxiliary drawing view, the AddByAuxiliaryFold method accepts an existing DrawingView object, and three points for input. The first two points define the fold line, and the third point sets the origin point for the auxiliary view. The AddByAuxiallaryFold method cannot be used until a DrawingView object exists. The initial DrawingView object is created through the DrawingViews.Add method.
See Also

DrawingViews Collection  | DrawingViews Members