Gets or sets whether to keep the original solid body when converting to sheet metal.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property KeepBody As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IConvertSolidFeatureData
Dim value As System.Boolean
instance.KeepBody = value
value = instance.KeepBody |
C# | |
---|
System.bool KeepBody {get; set;} |
C++/CLI | |
---|
property System.bool KeepBody {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to keep the original solid body, false to let the original body be consumed by the convert solid feature
Example
See Also
Availability
SOLIDWORKS 2025 SP02, Revision Number 33.2