PoAutoCubeAxis Constructor (SbVec3f, SbVec3f, PoAutoCubeAxisAxisTypes, PoAutoCubeAxisAxisTypes, PoAutoCubeAxisAxisTypes, 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: 10.12.3.0 (10.12.3.0)
Syntax public PoAutoCubeAxis(
SbVec3f _start,
SbVec3f _end,
PoAutoCubeAxisAxisTypes xAxisType,
PoAutoCubeAxisAxisTypes yAxisType,
PoAutoCubeAxisAxisTypes zAxisType,
string xTtle,
string yTtle
)
Public Sub New (
_start As SbVec3f,
_end As SbVec3f,
xAxisType As PoAutoCubeAxisAxisTypes,
yAxisType As PoAutoCubeAxisAxisTypes,
zAxisType As PoAutoCubeAxisAxisTypes,
xTtle As String,
yTtle As String
)
public:
PoAutoCubeAxis(
SbVec3f _start,
SbVec3f _end,
PoAutoCubeAxisAxisTypes xAxisType,
PoAutoCubeAxisAxisTypes yAxisType,
PoAutoCubeAxisAxisTypes zAxisType,
String^ xTtle,
String^ yTtle
)
new :
_start : SbVec3f *
_end : SbVec3f *
xAxisType : PoAutoCubeAxisAxisTypes *
yAxisType : PoAutoCubeAxisAxisTypes *
zAxisType : PoAutoCubeAxisAxisTypes *
xTtle : string *
yTtle : string -> PoAutoCubeAxis
Parameters
- _start
- Type: OIV.InventorSbVec3f
- _end
- Type: OIV.InventorSbVec3f
- xAxisType
- Type: OIV.MeshViz.GraphPoAutoCubeAxisAxisTypes
- yAxisType
- Type: OIV.MeshViz.GraphPoAutoCubeAxisAxisTypes
- zAxisType
- Type: OIV.MeshViz.GraphPoAutoCubeAxisAxisTypes
- xTtle
- Type: SystemString
- yTtle
- Type: SystemString
Remarks See Also