Gets the minimum element size used for boundaries with highest curvature in a curvature-based mesh.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MinElementSize As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Double
instance.MinElementSize = value
value = instance.MinElementSize |
C# | |
---|
System.double MinElementSize {get; set;} |
C++/CLI | |
---|
property System.double MinElementSize {
System.double get();
void set ( & System.double value);
} |
Property Value
Minimum element size used for boundaries with highest curvature
Example
See Also
Availability
SOLIDWORKS Simulation API 2011 SP0