PoAxistitleDistAxis Property |
Distance from the title to the axis.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat titleDistAxis { get; }
Public ReadOnly Property titleDistAxis As SoSFFloat
Get
public:
property SoSFFloat^ titleDistAxis {
SoSFFloat^ get ();
}
member titleDistAxis : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks If this value is <= 0, the distance is automatically calculated. This value is a percentage of the current domain (cf OIV.MeshViz.Graph.PoBase description). Default is 0.
See Also