Gets the default element size and tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetDefaultElementSizeAndTolerance( _
ByVal NUnits As Integer, _
ByRef DElementSize As Double, _
ByRef DTolerance As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim NUnits As Integer
Dim DElementSize As Double
Dim DTolerance As 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