Click or drag to resize
PoGroup2Axis Constructor (SbVec2f, SbVec2f, PoGroup2AxisAxisTypes, PoGroup2AxisAxisTypes, String)
Calls PoGroup2Axis(_start, _end, _xAxisType, _yAxisType, xTtle, (System.String ^)nullptr).

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public PoGroup2Axis(
	SbVec2f _start,
	SbVec2f _end,
	PoGroup2AxisAxisTypes _xAxisType,
	PoGroup2AxisAxisTypes _yAxisType,
	string xTtle
)

Parameters

_start
Type: OIV.InventorSbVec2f
_end
Type: OIV.InventorSbVec2f
_xAxisType
Type: OIV.MeshViz.GraphPoGroup2AxisAxisTypes
_yAxisType
Type: OIV.MeshViz.GraphPoGroup2AxisAxisTypes
xTtle
Type: SystemString
Remarks