Click or drag to resize
PoAutoCubeAxis Constructor (SbVec3f, SbVec3f, PoAutoCubeAxisAxisTypes, PoAutoCubeAxisAxisTypes, PoAutoCubeAxisAxisTypes, String, String, String)

Constructor.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public PoAutoCubeAxis(
	SbVec3f _start,
	SbVec3f _end,
	PoAutoCubeAxisAxisTypes xAxisType,
	PoAutoCubeAxisAxisTypes yAxisType,
	PoAutoCubeAxisAxisTypes zAxisType,
	string xTtle,
	string yTtle,
	string zTtle
)

Parameters

_start
Type: OIV.InventorSbVec3f
_end
Type: OIV.InventorSbVec3f
xAxisType
Type: OIV.MeshViz.GraphPoAutoCubeAxisAxisTypes
yAxisType
Type: OIV.MeshViz.GraphPoAutoCubeAxisAxisTypes
zAxisType
Type: OIV.MeshViz.GraphPoAutoCubeAxisAxisTypes
xTtle
Type: SystemString
yTtle
Type: SystemString
zTtle
Type: SystemString
Remarks

(By default the X, Y, and Z axes are linear).

See Also