| PoGroup2Axis Constructor (SbVec2f, SbVec2f, PoGroup2AxisAxisTypes, PoGroup2AxisAxisTypes, String, String) | 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic PoGroup2Axis(
	SbVec2f _start,
	SbVec2f _end,
	PoGroup2AxisAxisTypes _xAxisType,
	PoGroup2AxisAxisTypes _yAxisType,
	string xTtle,
	string yTtle
)
Public Sub New ( 
	_start As SbVec2f,
	_end As SbVec2f,
	_xAxisType As PoGroup2AxisAxisTypes,
	_yAxisType As PoGroup2AxisAxisTypes,
	xTtle As String,
	yTtle As String
)
public:
PoGroup2Axis(
	SbVec2f _start, 
	SbVec2f _end, 
	PoGroup2AxisAxisTypes _xAxisType, 
	PoGroup2AxisAxisTypes _yAxisType, 
	String^ xTtle, 
	String^ yTtle
)
new : 
        _start : SbVec2f * 
        _end : SbVec2f * 
        _xAxisType : PoGroup2AxisAxisTypes * 
        _yAxisType : PoGroup2AxisAxisTypes * 
        xTtle : string * 
        yTtle : string -> PoGroup2AxisParameters
- _start
 - Type: OIV.InventorSbVec2f
 - _end
 - Type: OIV.InventorSbVec2f
 - _xAxisType
 - Type: OIV.MeshViz.GraphPoGroup2AxisAxisTypes
 - _yAxisType
 - Type: OIV.MeshViz.GraphPoGroup2AxisAxisTypes
 - xTtle
 - Type: SystemString
 - yTtle
 - Type: SystemString
 
Remarks
See Also