Solid Edge Assembly Type Library
AddNormalToCurveAtDistanceAlongCurve Method
Specifies the parent curve for the operation.
Specifies the plane to which the operation is oriented.
Specifies the distance.
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.
Description
Adds a reference plane normal to a curve at a specified distance along the curve.
Syntax
Visual Basic
Public Function AddNormalToCurveAtDistanceAlongCurve( _
   ByVal Parent As Object, _
   ByVal OrientationPlane As Object, _
   ByVal Distance As Double, _
   ByVal XAxisRotation As Double, _
   ByVal normalOrientation As ReferenceElementConstants, _
   ByVal distanceOrigin As ReferenceElementConstants _
) As AsmRefPlane
Parameters
Parent
Specifies the parent curve for the operation.
OrientationPlane
Specifies the plane to which the operation is oriented.
Distance
Specifies the distance.
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.
distanceOrigin
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.
Remarks
This method creates a new reference plane normal to the specified curve. The new plane is created at the specified distance along the curve.
See Also

AsmRefPlanes Collection  | AsmRefPlanes Members

Send comments on this topic.