PoCartesianAxistype Property |
Type of the axis (XY, XZ, YX, ...
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoCartesianAxisTypes> type { get; }
Public ReadOnly Property type As SoSFEnum(Of PoCartesianAxisTypes)
Get
public:
property SoSFEnum<PoCartesianAxisTypes>^ type {
SoSFEnum<PoCartesianAxisTypes>^ get ();
}
member type : SoSFEnum<PoCartesianAxisTypes> with get
Property Value
Type:
SoSFEnumPoCartesianAxisTypesRemarks axis). For instance if the type is XY, it means an X-Axis in the plane XY.
See Also