Click or drag to resize
PoLogAxis Constructor
Overload List
  NameDescription
Public methodPoLogAxis

Constructor.

Public methodPoLogAxis(SbVec3f, Single, PoCartesianAxisTypes)
Calls PoLogAxis(_start, _end, _type, OIV.MeshViz.Graph.PoLogAxis.DecadeListDefs( .PoLogAxis.DECADE_LIST_AUTO ), (cli.array<System.UInt16>^)nullptr).
Public methodPoLogAxis(SbVec3f, Single, PoCartesianAxisTypes, PoLogAxisDecadeListDefs)
Calls PoLogAxis(_start, _end, _type, _decadeListDef, (cli.array<System.UInt16>^)nullptr).
Public methodPoLogAxis(SbVec3f, Single, PoCartesianAxisTypes, PoLogAxisDecadeListDefs, UInt16)

Constructor.

Public methodPoLogAxis(SbVec3f, Single, PoCartesianAxisTypes, Single, Single)
Calls PoLogAxis(_start, _end, _type, _gradStart, _gradEnd, OIV.MeshViz.Graph.PoLogAxis.DecadeListDefs( .PoLogAxis.DECADE_LIST_AUTO ), (cli.array<System.UInt16>^)nullptr).
Public methodPoLogAxis(SbVec3f, Single, PoCartesianAxisTypes, Single, Single, PoLogAxisDecadeListDefs)
Calls PoLogAxis(_start, _end, _type, _gradStart, _gradEnd, _decadeListDef, (cli.array<System.UInt16>^)nullptr).
Public methodPoLogAxis(SbVec3f, Single, PoCartesianAxisTypes, Single, Single, PoLogAxisDecadeListDefs, UInt16)

Constructor.

Top
See Also