Gets or sets whether this material is thin walled.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ThinWalled As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDSPBRMaterial
Dim value As System.Integer
instance.ThinWalled = value
value = instance.ThinWalled |
C# | |
---|
System.int ThinWalled {get; set;} |
C++/CLI | |
---|
property System.int ThinWalled {
System.int get();
void set ( & System.int value);
} |
Property Value
True (1) if thin walled (default), false (0) if material describes volume boundary
Remarks
See Also
Availability
SOLIDWORKS 2026 FCS, Revision Number 34