Solid Edge Part Type Library
GetCurve2Data Method
Member of the PatternCurveAnchorSideConstants constant set that specifies the side of the curve on which the anchor point resides.
Specifies the distance from the anchor point at which the pattern begins.
Member of the PatternOffsetTypeConstants constant set that specifies the pattern offset type.
Specifies the number of occurrences in the pattern.
Specifies the space between occurrences in the pattern.
Description
This method returns data parameters for the path curve for the referenced object.
Syntax
Visual Basic
Public Sub GetCurve2Data( _
   ByRef AnchorSide As PatternCurveAnchorSideConstants, _
   ByRef AnchorAtDistance As Double, _
   ByRef PatternType As PatternOffsetTypeConstants, _
   ByRef NumberOfOccurrences As Long, _
   ByRef OccurrenceSpacing As Double _
) 
Parameters
AnchorSide
ValueDescription
sePatternCurveLeftSide
sePatternCurveRightSide
Member of the PatternCurveAnchorSideConstants constant set that specifies the side of the curve on which the anchor point resides.
AnchorAtDistance
Specifies the distance from the anchor point at which the pattern begins.
PatternType
ValueDescription
sePatternFillOffsetFill Offset
sePatternFitOffsetFit Offset
sePatternFixedOffsetFixed Offset
Member of the PatternOffsetTypeConstants constant set that specifies the pattern offset type.
NumberOfOccurrences
Specifies the number of occurrences in the pattern.
OccurrenceSpacing
Specifies the space between occurrences in the pattern.
See Also

PatternCopyGeometry Object  | PatternCopyGeometry Members

Send comments on this topic.