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

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
)

Parameters

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