Modifies the specified pattern instance with the specified distances in Directions 1 and 2 in this linear component pattern feature.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ILocalLinearPatternFeatureData
Dim Instance As System.Integer
Dim D1Distance As System.Double
Dim IsD1OffsetFromNominal As System.Boolean
Dim D2Distance As System.Double
Dim IsD2OffsetFromNominal As System.Boolean
Dim value As System.Boolean
value = instance.ModifyInstance(Instance, D1Distance, IsD1OffsetFromNominal, D2Distance, IsD2OffsetFromNominal) |
Parameters
- Instance
- Pattern instance number (see Remarks)
- D1Distance
- Distance from the pattern seed in Direction 1
- IsD1OffsetFromNominal
- True if D1Distance is the offset from the nominal position of Instance, false if not
- D2Distance
- Distance from the pattern seed in Direction 2
- IsD2OffsetFromNominal
- True if D2Distance is the offset from the nominal position of Instance, false if not
Return Value
True if the pattern instance is modified successfully, false if not
Remarks
See Also
Availability
SOLIDWORKS 2021 FCS, Revision Number 29