Gets or sets whether to save mesh settings without meshing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SaveSettingsWithoutMeshing As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Integer
instance.SaveSettingsWithoutMeshing = value
value = instance.SaveSettingsWithoutMeshing |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWMesh~SaveSettingsWithoutMeshing.html# | |
---|
System.int SaveSettingsWithoutMeshing {get; set;} |
C++/CLI | |
---|
property System.int SaveSettingsWithoutMeshing {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to not mesh, but save the current mesh settings; 0 to mesh using the current settings
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0