Gets or sets whether to save mesh settings without meshing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SaveSettingsWithoutMeshing2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Boolean
instance.SaveSettingsWithoutMeshing2 = value
value = instance.SaveSettingsWithoutMeshing2 |
C# | |
---|
System.bool SaveSettingsWithoutMeshing2 {get; set;} |
C++/CLI | |
---|
property System.bool SaveSettingsWithoutMeshing2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true to not mesh, but save the current mesh settings; 0 or false to mesh using the current settings
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30