Solid Edge Part Type Library
SetCurve1Data 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
Sets data parameters for the select curve.
Syntax
Visual Basic
Public Sub SetCurve1Data( _
   ByVal AnchorSide As PatternCurveAnchorSideConstants, _
   ByVal AnchorAtDistance As Double, _
   ByVal PatternType As PatternOffsetTypeConstants, _
   ByVal NumberOfOccurrences As Long, _
   ByVal 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

Pattern Object  | Pattern Members