PoAutoCubeAxis Constructor (SbVec3f, SbVec3f, PoAutoCubeAxis.AxisTypes, PoAutoCubeAxis.AxisTypes, PoAutoCubeAxis.AxisTypes, String, String) |
Calls PoAutoCubeAxis(_start, _end, xAxisType, yAxisType, zAxisType, xTtle, yTtle, (System.String ^)nullptr).
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic PoAutoCubeAxis(
SbVec3f _start,
SbVec3f _end,
PoAutoCubeAxis. AxisTypes xAxisType,
PoAutoCubeAxis. AxisTypes yAxisType,
PoAutoCubeAxis. AxisTypes zAxisType,
string xTtle,
string yTtle
)
Public Sub New (
_start As SbVec3f,
_end As SbVec3f,
xAxisType As PoAutoCubeAxis.AxisTypes,
yAxisType As PoAutoCubeAxis.AxisTypes,
zAxisType As PoAutoCubeAxis.AxisTypes,
xTtle As String,
yTtle As String
)
public:
PoAutoCubeAxis(
SbVec3f _start,
SbVec3f _end,
PoAutoCubeAxis. AxisTypes xAxisType,
PoAutoCubeAxis. AxisTypes yAxisType,
PoAutoCubeAxis. AxisTypes zAxisType,
String^ xTtle,
String^ yTtle
)
new :
_start : SbVec3f *
_end : SbVec3f *
xAxisType : PoAutoCubeAxis. AxisTypes *
yAxisType : PoAutoCubeAxis. AxisTypes *
zAxisType : PoAutoCubeAxis. AxisTypes *
xTtle : string *
yTtle : string -> PoAutoCubeAxis
Parameters
- _start
- Type: OIV.Inventor.SbVec3f
- _end
- Type: OIV.Inventor.SbVec3f
- xAxisType
- Type: OIV.MeshViz.Graph.PoAutoCubeAxis.AxisTypes
- yAxisType
- Type: OIV.MeshViz.Graph.PoAutoCubeAxis.AxisTypes
- zAxisType
- Type: OIV.MeshViz.Graph.PoAutoCubeAxis.AxisTypes
- xTtle
- Type: System.String
- yTtle
- Type: System.String
Remarks
See Also