Solid Edge Part Type Library
GetMeshControlOptions Method
Control on body/face/edge
Type of size control
-1 if Default, 1 to 10 if subjective
If custom, should be exposed via VT
Tetrahedral mesh growth ratio
Allow mid-side nodes or not
Type of mesh elements in case of surface
Element mesh sizing for face and edge
Number of elements or use element size
Number of elements
Number of elements on Lines
Number of elements on closed edges
Number of elements on other edges
Description
Get various options like mesh control size type, custom size, and surface element type etc of a mesh control.
Syntax
Visual Basic
Public Sub GetMeshControlOptions( _
   ByRef iMeshCtrlType As Integer, _
   ByRef iMCtrlSizeType As Integer, _
   ByRef dMCtrlSize As Double, _
   ByRef dMCtrlSizeCustom As Double, _
   ByRef dMCtrlTetGRatio As Double, _
   ByRef bMidSideNodes As Boolean, _
   ByRef iSurfElemType As Integer, _
   ByRef dMCtrlElemSize As Double, _
   ByRef bUseNumElements As Boolean, _
   ByRef iNumElements As Integer, _
   ByRef bUseElemsOnLines As Boolean, _
   ByRef iNumElemsOnLines As Integer, _
   ByRef bUseElemsOnClosedE As Boolean, _
   ByRef iNumElemsOnClosedE As Integer, _
   ByRef bUseElemsOnOtherE As Boolean, _
   ByRef iNumElemsOnOtherE As Integer _
) 
Parameters
iMeshCtrlType
Control on body/face/edge
iMCtrlSizeType
Type of size control
dMCtrlSize
-1 if Default, 1 to 10 if subjective
dMCtrlSizeCustom
If custom, should be exposed via VT
dMCtrlTetGRatio
Tetrahedral mesh growth ratio
bMidSideNodes
Allow mid-side nodes or not
iSurfElemType
Type of mesh elements in case of surface
dMCtrlElemSize
Element mesh sizing for face and edge
bUseNumElements
Number of elements or use element size
iNumElements
Number of elements
bUseElemsOnLines
iNumElemsOnLines
Number of elements on Lines
bUseElemsOnClosedE
iNumElemsOnClosedE
Number of elements on closed edges
bUseElemsOnOtherE
iNumElemsOnOtherE
Number of elements on other edges
See Also

MeshControl Object  | MeshControl Members  | Solid Edge ST3 - What's New