PbMeshGetBiggestCellBox Method |
Gets the biggest cell's bounding box, returns also the index of this cell .
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbBox3f GetBiggestCellBox(
out int cell_index
)
Public Function GetBiggestCellBox (
<OutAttribute> ByRef cell_index As Integer
) As SbBox3f
public:
SbBox3f GetBiggestCellBox(
[OutAttribute] int% cell_index
)
member GetBiggestCellBox :
cell_index : int byref -> SbBox3f
Parameters
- cell_index
- Type: SystemInt32
Return Value
Type:
SbBox3fRemarks See Also