DentalPanoramicExtractorSetArchCurve Method |
Set 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 void SetArchCurve(
IList<SbVec3f> name_11
)
Public Sub SetArchCurve (
name_11 As IList(Of SbVec3f)
)
public:
void SetArchCurve(
IList<SbVec3f>^ name_11
)
member SetArchCurve :
name_11 : IList<SbVec3f> -> unit
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