Gets or sets the minimum number of elements around a circle to determine the maximum angle in a curvature-based mesh.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MinElementsInCircle As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As Integer
instance.MinElementsInCircle = value
value = instance.MinElementsInCircle
|
C# | |
---|
int MinElementsInCircle {get; set;} |
C++/CLI | |
---|
property int MinElementsInCircle {
int get();
void set (int value);
} |
Return Value
Number of elements around a circle to determine the maximum angle
Example
See Also
Availability
SolidWorks Simulation API 2008 SP1.0