Gets or sets whether to use scope for the loft feature in a multibody part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FeatureScope As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ILoftFeatureData
Dim value As Boolean
instance.FeatureScope = value
value = instance.FeatureScope
|
C# | |
---|
bool FeatureScope {get; set;} |
C++/CLI | |
---|
property bool FeatureScope {
bool get();
void set (bool value);
} |
Return Value
When:
- True, only the specified bodies in the multibody part are affected by the loft feature
- false, all of the bodies in the multibody part are affected by the loft feature
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0