PoGroup4Axis Constructor (SbVec2f, SbVec2f, PoGroup4AxisAxisTypes, PoGroup4AxisAxisTypes, String, String) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoGroup4Axis(
SbVec2f _start,
SbVec2f _end,
PoGroup4AxisAxisTypes _xAxisType,
PoGroup4AxisAxisTypes _yAxisType,
string xTtle,
string yTtle
)
Public Sub New (
_start As SbVec2f,
_end As SbVec2f,
_xAxisType As PoGroup4AxisAxisTypes,
_yAxisType As PoGroup4AxisAxisTypes,
xTtle As String,
yTtle As String
)
public:
PoGroup4Axis(
SbVec2f _start,
SbVec2f _end,
PoGroup4AxisAxisTypes _xAxisType,
PoGroup4AxisAxisTypes _yAxisType,
String^ xTtle,
String^ yTtle
)
new :
_start : SbVec2f *
_end : SbVec2f *
_xAxisType : PoGroup4AxisAxisTypes *
_yAxisType : PoGroup4AxisAxisTypes *
xTtle : string *
yTtle : string -> PoGroup4Axis
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