Gets or sets whether to enable advanced smoothing for this loft feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AdvancedSmoothing As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ILoftFeatureData
Dim value As Boolean
instance.AdvancedSmoothing = value
value = instance.AdvancedSmoothing
|
C# | |
---|
bool AdvancedSmoothing {get; set;} |
C++/CLI | |
---|
property bool AdvancedSmoothing {
bool get();
void set (bool value);
} |
Return Value
True enables advanced smoothing, false disables it
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0