Solid Edge Part Type Library
AddNormalToCurveAtArcLengthRatio Method
Specifies the plane to which the operation is oriented.
Specifies the arc length ratio.
Specifies the x-axis rotation angle.
Member of the ReferenceElementConstants constant set that specifies the normal orientation.
Member of the ReferenceElementConstants constant set that specifies the curve end.
Specifies the parent curve for the operation.
Description
Adds a reference plane normal to a curve at a specified arc length ratio.
Syntax
Visual Basic
Public Function AddNormalToCurveAtArcLengthRatio( _
   ByVal Curve As Object, _
   ByVal OrientationPlane As Object, _
   ByVal ArcLengthRatio As Double, _
   ByVal XAxisRotation As Double, _
   ByVal normalOrientation As ReferenceElementConstants, _
   ByVal arcLengthRatioOrigin As ReferenceElementConstants, _
   Optional ByVal Local As Variant, _
   Optional ByVal ParentCurve As Variant _
) As RefPlane
Parameters
Curve
OrientationPlane
Specifies the plane to which the operation is oriented.
ArcLengthRatio
Specifies the arc length ratio.
XAxisRotation
Specifies the x-axis rotation angle.
normalOrientation
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 specifies the normal orientation.
arcLengthRatioOrigin
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 specifies the curve end.
Local
ParentCurve
Specifies the parent curve for the operation.
See Also

RefPlanes Collection  | RefPlanes Members