DentalPanoramicExtractorGetArchCurve Method |
Get the list of vertices forming the dental arch which is used to compute the arch mesh.
Namespace: OIV.ImageViz.WorkflowsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public IList<SbVec3f> GetArchCurve()
Public Function GetArchCurve As IList(Of SbVec3f)
public:
IList<SbVec3f>^ GetArchCurve()
member GetArchCurve : unit -> IList<SbVec3f>
Return Value
Type:
IListSbVec3fRemarks Curve vertices are expressed in mm. Default value is an empty vector which means that the curve is automatically computed.
See Also