PoGenAxis Constructor (SbVec3f, Single, PoCartesianAxisTypes, String) |
Constructor of a generalized axis with graduations _gradList .
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoGenAxis(
SbVec3f _start,
float _end,
PoCartesianAxisTypes _type,
string[] _gradList
)
Public Sub New (
_start As SbVec3f,
_end As Single,
_type As PoCartesianAxisTypes,
_gradList As String()
)
public:
PoGenAxis(
SbVec3f _start,
float _end,
PoCartesianAxisTypes _type,
array<String^>^ _gradList
)
new :
_start : SbVec3f *
_end : float32 *
_type : PoCartesianAxisTypes *
_gradList : string[] -> PoGenAxis
Parameters
- _start
- Type: OIV.InventorSbVec3f
- _end
- Type: SystemSingle
- _type
- Type: OIV.MeshViz.GraphPoCartesianAxisTypes
- _gradList
- Type: SystemString
Remarks See Also