Click or drag to resize
PoGroup4Axis Constructor (SbVec2f, SbVec2f, PoGroup4AxisAxisTypes, PoGroup4AxisAxisTypes, String, String)

Constructor.

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

Parameters

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

(By default the 4 axes are linear axes).

See Also