Gets or sets whether to automatically retry to mesh the model using a different
global element size for solids.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutomaticLooping As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Integer
instance.AutomaticLooping = value
value = instance.AutomaticLooping |
C# | |
---|
System.int AutomaticLooping {get; set;} |
C++/CLI | |
---|
property System.int AutomaticLooping {
System.int get();
void set ( & System.int value);
} |
Property Value
1 if automatic looping is on, 0 if not
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0