Click or drag to resize
DentalPanoramicExtractorGetOutsideArchCurve Method

Get the list of vertices forming the outside 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> GetOutsideArchCurve()

Return Value

Type: IListSbVec3f
Remarks

This curve is computed by shifting the arch curve outside 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