| PoCartesianAxistype Property  | 
Type of the axis (XY, XZ, YX, ... 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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: 
SoSFEnumPoCartesianAxisTypes
Remarksaxis). For instance if the type is XY, it means an X-Axis in the plane XY. 
See Also