Click or drag to resize
DentalPanoramicExtractorSetArchCurve Method

Set 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 void SetArchCurve(
	IList<SbVec3f> name_11
)

Parameters

name_11
Type: System.Collections.GenericIListSbVec3f
Remarks

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

See Also