Click or drag to resize
PoAutoCubeAxis Constructor (SbVec3f, SbVec3f, PoAutoCubeAxis.AxisTypes, PoAutoCubeAxis.AxisTypes, PoAutoCubeAxis.AxisTypes, 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: 9.9.13.0 (9.9.13.0)
Syntax
public PoAutoCubeAxis(
	SbVec3f _start,
	SbVec3f _end,
	PoAutoCubeAxis. AxisTypes xAxisType,
	PoAutoCubeAxis. AxisTypes yAxisType,
	PoAutoCubeAxis. AxisTypes zAxisType,
	string xTtle,
	string yTtle
)

Parameters

_start
Type: OIV.Inventor.SbVec3f
_end
Type: OIV.Inventor.SbVec3f
xAxisType
Type: OIV.MeshViz.Graph.PoAutoCubeAxis.AxisTypes
yAxisType
Type: OIV.MeshViz.Graph.PoAutoCubeAxis.AxisTypes
zAxisType
Type: OIV.MeshViz.Graph.PoAutoCubeAxis.AxisTypes
xTtle
Type: System.String
yTtle
Type: System.String
Remarks