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 System.Integer | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As ICWMesh
Dim value As System.Integer
 
instance.MinElementsInCircle = value
 
value = instance.MinElementsInCircle | 
| C# |  | 
|---|
| System.int MinElementsInCircle {get; set;} | 
| C++/CLI |  | 
|---|
| property System.int MinElementsInCircle {
   System.int get();
   void set ( &   System.int value);
} | 
Property Value
Number of elements around a circle to determine the maximum angle
Example
            
            
            
            See Also
 
            Availability
SOLIDWORKS Simulation API 2008 SP1.0