Solid Edge Part Type Library
SetMeshOptions Method
Description
Set mesh options.
Syntax
Visual Basic
Public Sub SetMeshOptions( _
   ByVal bUseMinElemsOnEdge As Boolean, _
   ByVal iMinElemsOnEdge As Integer, _
   ByVal bUseMaxAngleTol As Boolean, _
   ByVal dMaxAngleTol As Double, _
   ByVal bUseMaxElemSFeat As Boolean, _
   ByVal iMaxElemSFeat As Integer, _
   ByVal bUseMaxSizeSFeat As Boolean, _
   ByVal dMaxSizeSFeat As Double, _
   ByVal bUseGrowthFactor As Boolean, _
   ByVal dGrowthFactor As Double, _
   ByVal bUseRefinementRatio As Boolean, _
   ByVal dRefinementRatio As Double, _
   ByVal bRefineSurfMesh As Boolean, _
   ByVal bMidNodesOnSurface As Boolean, _
   ByVal bLimitMidNodeDAngle As Boolean, _
   ByVal dMaxAngle As Double, _
   ByVal bMappedMeshingSurf As Boolean, _
   ByVal bPostMeshCleanup As Boolean, _
   ByVal iQuadEdgeLayers As Integer, _
   ByVal bSmoothingLaplacian As Boolean, _
   ByVal iMaxIterations As Integer, _
   ByVal dSmoothTo As Double _
) 
Parameters
bUseMinElemsOnEdge
iMinElemsOnEdge
bUseMaxAngleTol
dMaxAngleTol
bUseMaxElemSFeat
iMaxElemSFeat
bUseMaxSizeSFeat
dMaxSizeSFeat
bUseGrowthFactor
dGrowthFactor
bUseRefinementRatio
dRefinementRatio
bRefineSurfMesh
bMidNodesOnSurface
bLimitMidNodeDAngle
dMaxAngle
bMappedMeshingSurf
bPostMeshCleanup
iQuadEdgeLayers
bSmoothingLaplacian
iMaxIterations
dSmoothTo
See Also

MeshOwner Object  | MeshOwner Members  | Solid Edge ST4 - What's New