Gets or sets whether to create the pattern using only the geometry (faces and edges) of the feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property GeometryPattern As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICircularPatternFeatureData
Dim value As System.Boolean
instance.GeometryPattern = value
value = instance.GeometryPattern |
C# | |
---|
System.bool GeometryPattern {get; set;} |
C++/CLI | |
---|
property System.bool GeometryPattern {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to use only the geometry of the feature to create the pattern (faster), false to pattern and solve each instance of the feature in its entirety (slower)
Remarks
See Also
Availability
SOLIDWORKS 2001 FCS, Revision Number 9.0