Click or drag to resize
DentalPanoramicExtractorGetInsideArchCurve Method

Get the list of vertices forming the inside border of the search area for fitting the arch mesh.

Namespace: OIV.ImageViz.Workflows
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public IList<SbVec3f> GetInsideArchCurve()

Return Value

Type: IListSbVec3f
Remarks

This curve is computed by shifting the arch curve inside the jaws to the search distance. Curve vertices are expressed in mm. If the arch curve is not up to date, it is automatically computed first.

See Also