Gets or sets whether to use scope for the surface-cut feature in a multibody part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FeatureScope As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISurfaceCutFeatureData
Dim value As System.Boolean
instance.FeatureScope = value
value = instance.FeatureScope |
C# | |
---|
System.bool FeatureScope {get; set;} |
C++/CLI | |
---|
property System.bool FeatureScope {
System.bool get();
void set ( & System.bool value);
} |
Property Value
When:
- true, only the specified bodies in a multibody part are affected by the surface-cut feature
- false, all of the bodies in a multibody part are affected by the surface-cut feature
Example
Remarks
See Also
Availability
SOLIDWORKS 2013 SP1, Revision Number 21.1