Click or drag to resize
PoGroup4Axisstart Property

Start point of the bottom horizontal axis and of the left vertical axis.

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

The first X-axis is generated from the point "start" to the point (end[0], start[1]). The second X-axis is generated from the point (start[0], end[1]) to the point "end". The first Y-axis is generated from the point "start" to the point (start[0], end[1]). The second Y-axis is generated from the point (end[0], start[1]) to the point "end".

See Also