Solid Edge Part Type Library
AddNormalToCurveAtDistance Method
Specifies the Curve object to which the reference plane is to be normal.
Member of the ReferenceElementConstants constant set.
Required Plane.
Member of the ReferenceElementConstants constant set that defines the x origin of the reference plane to be created.
Specifies the distance.
Specifies whether the reference plane should be a local or global reference plane. If not specified, the default is to create a local reference plane. When using Solid Edge interactively, local reference planes are created whenever a profile-based feature is created. Local reference planes are never displayed to the user. Global reference planes are created interactively using the reference plane commands on the reference plane toolbar. Global reference planes are displayed and have their display controlled through the use of various display commands.
Description
Adds a reference plane that is normal to a specified curve at a specified distance from the curve.
Syntax
Visual Basic
Public Function AddNormalToCurveAtDistance( _
   ByVal Curve As Object, _
   ByVal PlanePoint As ReferenceElementConstants, _
   ByVal OrientationPlaneOrPivot As Variant, _
   ByVal PivotOrigin As ReferenceElementConstants, _
   ByVal Distance As Double, _
   Optional ByVal Local As Variant, _
   Optional ByVal ParentCurve As Variant _
) As RefPlane
Parameters
Curve
Specifies the Curve object to which the reference plane is to be normal.
PlanePoint
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
Member of the ReferenceElementConstants constant set.
OrientationPlaneOrPivot
Required Plane.
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
Member of the ReferenceElementConstants constant set that defines the x origin of the reference plane to be created.
Distance
Specifies the distance.
Local
Specifies whether the reference plane should be a local or global reference plane. If not specified, the default is to create a local reference plane. When using Solid Edge interactively, local reference planes are created whenever a profile-based feature is created. Local reference planes are never displayed to the user. Global reference planes are created interactively using the reference plane commands on the reference plane toolbar. Global reference planes are displayed and have their display controlled through the use of various display commands.
ParentCurve
See Also

RefPlanes Collection  | RefPlanes Members