PoCircleArc.arcType Property |
Indicates if the arc is opened, closed by its extremities or closed by its center.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<PoCircleArc. ArcTypes> arcType { get; }
Public ReadOnly Property arcType As SoSFEnum(Of PoCircleArc.ArcTypes)
Get
public:
property SoSFEnum<PoCircleArc. ArcTypes>^ arcType {
SoSFEnum<PoCircleArc. ArcTypes>^ get ();
}
member arcType : SoSFEnum<PoCircleArc. ArcTypes> with get
Property Value
Type:
SoSFEnum<PoCircleArc.ArcTypes>
Remarks
See Also