Solid Edge Assembly Type Library
AddAngularByAngle Method
An AsmRefPlane.
Specifies the angle in radians between the ParentPlane and the created reference plane.
An AsmRefPlane.
A member of the ReferenceElementConstants constant set that defines the origin of the reference plane to be created.
A member of the ReferenceElementConstants constant set that defines the normal side of the new reference plane with respect to the existing ParentPlane.
This argument is not implemented.
Description
Creates a reference plane at an angle to an existing reference plane or face and through an edge or an intersection of two faces.
Syntax
Visual Basic
Public Function AddAngularByAngle( _
   ByVal ParentPlane As Object, _
   ByVal Angle As Double, _
   ByVal Pivot As Object, _
   ByVal PivotOrigin As ReferenceElementConstants, _
   Optional ByVal NormalSide As Variant, _
   Optional ByVal Local As Variant _
) As AsmRefPlane
Parameters
ParentPlane
An AsmRefPlane.
Angle
Specifies the angle in radians between the ParentPlane and the created reference plane.
Pivot
An AsmRefPlane.
PivotOrigin
ValueDescription
ig3PointPlane
igAngular
igAtAngleToSurfaceAtKeypoint
igCurveEnd
igCurveStart
igFlipNormal
igNormalSide
igNormalToCurve
igNormalToCurveAtArcLengthRatio
igNormalToCurveAtDistance
igNormalToCurveAtDistanceAlongCurve
igNormalToCurveAtKeyPoint
igParallel
igParallelThroughPointUnsupported Internal type.
igPivotEnd
igPivotStart
igPlaneAlignX
igPlaneAlignY
igPlaneByMirror
igPlaneFlipHorizontal
igPlaneFlipVertical
igPlaneRotateLeft
igPlaneRotateRight
igRefEleInit
igReverseNormalSide
igTangentToFace
igTangentToSurfaceAtAngle
igTangentToSurfaceAtKeypoint
A member of the ReferenceElementConstants constant set that defines the origin of the reference plane to be created.
NormalSide
A member of the ReferenceElementConstants constant set that defines the normal side of the new reference plane with respect to the existing ParentPlane.
Local
This argument is not implemented.
Remarks
This method creates a reference plane at an angle to an existing reference plane or face and through an edge or the intersection of two faces. The method is the equivalent of the Angled Plane and Perpendicular Plane reference plane commands in Solid Edge. A perpendicular plane is a special case of the angled plane where the angle is 90 degrees. If NormalSide is igReverseNormalSide, then the distance is taken to be negative of the given value. If Distance is negative, NormalSide is ignored.
See Also

AsmRefPlanes Collection  | AsmRefPlanes Members

Send comments on this topic.