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 Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As Integer
instance.AutomaticLooping = value
value = instance.AutomaticLooping
|
C# | |
---|
int AutomaticLooping {get; set;} |
C++/CLI | |
---|
property int AutomaticLooping {
int get();
void set (int value);
} |
Return Value
1 if automiatic looping is on, 0 if not
See Also
Availability
SolidWorks Simulation API 2008 SP1.0