Click or drag to resize
PoCartesianAxisgradStart Property

Defines the value of the graduation (tick label) corresponding to the starting coordinate of this axis.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SoSFFloat gradStart { get; }

Property Value

Type: SoSFFloat
Remarks

For instance if an horizontal axis OIV.MeshViz.Graph.PoCartesianAxis.m_start is (5,0,0), the OIV.MeshViz.Graph.PoCartesianAxis.m_end is 10, the OIV.MeshViz.Graph.PoCartesianAxis.m_gradStart is -3 and OIV.MeshViz.Graph.PoCartesianAxis.m_gradEnd is +4, the X coordinates of this horizontal axis are in the range [5, 10], but the text of the displayed graduations are in the range [-3, +4] for linear axis and in the range [10E-3, 10E+4] for logarithmic axis.

If OIV.MeshViz.Graph.PoCartesianAxis.m_gradStart and OIV.MeshViz.Graph.PoCartesianAxis.m_gradEnd are equal, these fields are ignored and the text of the graduations correspond to the coordinates of the axis.

This field is ignored by OIV.MeshViz.Graph.PoGenAxis.

Since Open Inventor 9.5.1

See Also