Click or drag to resize
PoAutoValueLegendstart Property

First point of one of the diagonals of the rectangle delimiting the legend.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFVec2f start { get; }

Property Value

Type: SoSFVec2f
Remarks

Values of the legend are drawn from the start point to the end point, so reversing their two points reverses also the values order. For instance if start = SbVec2f(0,0) and end = OIV.Inventor.SbVec2f(0.5, 1), values are drawn from the down to the up.

See Also