Solid Edge Part Type Library
AddTangentToCurvedSurfaceAtKeyPoint Method
Specifies the selected face tangent to which the reference will be created.
Specifies the intersection plane defining the reference orientation (0 degrees) from which the angular offset is measured.
Specifies the key point parent that defines the plane location.
Specifies the constant indicating the desired type of key point if the key point is an edge or curve.
Specifies the angle to rotate the reference plane about its Z axis.
Specifies the constant indicating the plane normal should be reversed.
Specifies where the reference plane is local or global and returns the resulting reference plane. The reference plane is local if not specified.
Description
This method adds a reference plane tangent to a curved surface, that is not a cylinder or cone, at a specified key point.
Syntax
Visual Basic
Public Function AddTangentToCurvedSurfaceAtKeyPoint( _
   ByVal Face As Object, _
   ByVal ParentPlane As Object, _
   ByVal KeyPoint As Object, _
   ByVal KeyPointTypeConstant As KeyPointType, _
   ByVal XAxisAngle As Double, _
   ByVal normalOrientation As ReferenceElementConstants, _
   Optional ByVal Local As Variant _
) As RefPlane
Parameters
Face
Specifies the selected face tangent to which the reference will be created.
ParentPlane
Specifies the intersection plane defining the reference orientation (0 degrees) from which the angular offset is measured.
KeyPoint
Specifies the key point parent that defines the plane location.
KeyPointTypeConstant
ValueDescription
igKeyPointCallbackKeypoint Type - Callback
igKeyPointCenterKeypoint Type - Center
igKeyPointEndKeypoint Type - End
igKeyPointHorizontalSilhouetteKeypoint Type - Horizontal Silhouette
igKeyPointInteriorNodeKeypoint Type - Interior Node
igKeyPointInteriorPoleKeypoint Type - Interior Pole
igKeyPointMajorAxisKeypoint Type - Major Axis
igKeyPointMiddleKeypoint Type - Middle
igKeyPointMinorAxisKeypoint Type - Minor Axis
igKeyPointNonDefiningKeypoint Type - Non-defining
igKeyPointPointOnlyKeypoint Type - Point Only
igKeyPointStartKeypoint Type - Start
igKeyPointVerticalSilhouetteKeypoint Type - Vertical Silhouette
Specifies the constant indicating the desired type of key point if the key point is an edge or curve.
XAxisAngle
Specifies the angle to rotate the reference plane about its Z axis.
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
Specifies the constant indicating the plane normal should be reversed.
Local
Specifies where the reference plane is local or global and returns the resulting reference plane. The reference plane is local if not specified.
See Also

RefPlanes Collection  | RefPlanes Members  | Solid Edge V20 - What's New