Click or drag to resize
PoAutoCubeAxisisIntersectingGradsVisible Property

Given A1 and A2 2 consecutive axes with the first (the last) graduation of A1 intersects the first or the last graduation of A2.

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

Property Value

Type: SoSFBool
Remarks

This flag allows the application to suppress or not the first (the last) graduation of A1. The attribute tickFirstGrad (tickLastGrad) of OIV.MeshViz.Graph.PoAxis is used to suppress the first (the last) graduation. false by default.

See Also