Click or drag to resize
PoAutoCubeAxis Constructor (SbVec3f, SbVec3f, PoAutoCubeAxisAxisTypes, PoAutoCubeAxisAxisTypes, PoAutoCubeAxisAxisTypes, String, String)
Calls PoAutoCubeAxis(_start, _end, xAxisType, yAxisType, zAxisType, xTtle, yTtle, (System.String ^)nullptr).

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
)

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
Remarks