Click or drag to resize
DentalPanoramicExtractorGetArchCurve Method

Get the list of vertices forming the dental arch which is used to compute 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> GetArchCurve()

Return Value

Type: IListSbVec3f
Remarks

Curve vertices are expressed in mm. Default value is an empty vector which means that the curve is automatically computed.

See Also