Solid Edge Assembly Type Library
AddBy3Points Method
Specifies the root point of the plane.
Specifies the second point that forms the x-axis of the plane.
Specifies the third point through which the plane passes.
Description
Adds a reference plane by 3 points.
Syntax
Visual Basic
Public Function AddBy3Points( _
   ByVal RootPoint As Object, _
   ByVal SecondXAxisPoint As Object, _
   ByVal ThirdPoint As Object _
) As AsmRefPlane
Parameters
RootPoint
Specifies the root point of the plane.
SecondXAxisPoint
Specifies the second point that forms the x-axis of the plane.
ThirdPoint
Specifies the third point through which the plane passes.
Remarks
Creates a reference plane from three nonlinear points that define a plane.
See Also

AsmRefPlanes Collection  | AsmRefPlanes Members

Send comments on this topic.