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