Gets the default maximum and minimum element sizes used for boundaries in a curvature-based mesh.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetDefaultMaxAndMinElementSize( _
ByVal NUnits As System.Integer, _
ByRef DMaxElementSize As System.Double, _
ByRef DMinElementSize As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim NUnits As System.Integer
Dim DMaxElementSize As System.Double
Dim DMinElementSize As System.Double
instance.GetDefaultMaxAndMinElementSize(NUnits, DMaxElementSize, DMinElementSize) |
Parameters
- NUnits
Mesh linear units as defined swsLinearUnit_e
- DMaxElementSize
- Maximum element size used for boundaries with lowest curvature
- DMinElementSize
- Minimum element size used for boundaries with highest curvature
Example
See Also
Availability
SOLIDWORKS Simulation API 2011 SP0