DentalPanoramicExtractorGetArchMesh Method |
Get the mesh forming the surface to unfold in the output volume.
Namespace: OIV.ImageViz.WorkflowsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbStructuredQuadrilateralMesh GetArchMesh()
Public Function GetArchMesh As SbStructuredQuadrilateralMesh
public:
SbStructuredQuadrilateralMesh^ GetArchMesh()
member GetArchMesh : unit -> SbStructuredQuadrilateralMesh
Return Value
Type:
SbStructuredQuadrilateralMeshRemarks Mesh vertices are expressed in mm. Default value is NULL which means that the mesh is automatically computed.
See Also