Solid Edge Part Type Library
SetCurve2Data 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 sets data parameters for the path curve for the referenced object.
Syntax
Visual Basic
Public Sub SetCurve2Data( _
   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

PatternCopyGeometry Object  | PatternCopyGeometry Members

Send comments on this topic.