Click or drag to resize
DentalPanoramicExtractor.GetOutsideArchCurve 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.3.0.0 (10.3.0.0)
Syntax
public IList<SbVec3f> GetOutsideArchCurve()

Return Value

Type: IList<SbVec3f>
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