PoLogAxis Constructor (SbVec3f, Single, PoCartesianAxis.Types, Single, Single, PoLogAxis.DecadeListDefs,UInt16[]) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic PoLogAxis(
SbVec3f _start,
float _end,
PoCartesianAxis. Types _type,
float _gradStart,
float _gradEnd,
PoLogAxis. DecadeListDefs _decadeListDef,
ushort[] _decadeList
)
Public Sub New (
_start As SbVec3f,
_end As Single,
_type As PoCartesianAxis.Types,
_gradStart As Single,
_gradEnd As Single,
_decadeListDef As PoLogAxis.DecadeListDefs,
_decadeList As UShort()
)
public:
PoLogAxis(
SbVec3f _start,
float _end,
PoCartesianAxis. Types _type,
float _gradStart,
float _gradEnd,
PoLogAxis. DecadeListDefs _decadeListDef,
array<unsigned short>^ _decadeList
)
new :
_start : SbVec3f *
_end : float32 *
_type : PoCartesianAxis. Types *
_gradStart : float32 *
_gradEnd : float32 *
_decadeListDef : PoLogAxis. DecadeListDefs *
_decadeList : uint16[] -> PoLogAxis
Parameters
- _start
- Type: OIV.Inventor.SbVec3f
- _end
- Type: System.Single
- _type
- Type: OIV.MeshViz.Graph.PoCartesianAxis.Types
- _gradStart
- Type: System.Single
- _gradEnd
- Type: System.Single
- _decadeListDef
- Type: OIV.MeshViz.Graph.PoLogAxis.DecadeListDefs
- _decadeList
- Type:System.UInt16[]
RemarksSince Open Inventor 9.5.1
See Also