Gets and sets the minimum number of elements in a circle to determine the maximum angle in a curvature-based mesh.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MinNumOfElementsPerCircleForBlendedCurveMesher As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMeshControl
Dim value As System.Integer
instance.MinNumOfElementsPerCircleForBlendedCurveMesher = value
value = instance.MinNumOfElementsPerCircleForBlendedCurveMesher |
C# | |
---|
System.int MinNumOfElementsPerCircleForBlendedCurveMesher {get; set;} |
C++/CLI | |
---|
property System.int MinNumOfElementsPerCircleForBlendedCurveMesher {
System.int get();
void set ( & System.int value);
} |
Property Value
Minimum number of elements in a circle
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0