Click or drag to resize
PoGroup2Axisend Property

Defines the end point of the both axis.

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

Property Value

Type: SoSFVec2f
Remarks

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

See Also