Gets the default element size and tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetDefaultElementSizeAndTolerance( _
ByVal NUnits As System.Integer, _
ByRef DElementSize As System.Double, _
ByRef DTolerance As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim NUnits As System.Integer
Dim DElementSize As System.Double
Dim DTolerance As System.Double
instance.GetDefaultElementSizeAndTolerance(NUnits, DElementSize, DTolerance) |
Parameters
- NUnits
Mesh linear units as defined swsLinearUnit_e
- DElementSize
- Average global element size
- DTolerance
- Tolerance (if the distance between any two nodes is less than this distance, then the nodes are merged)
Example
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0