PoCartesianAxisgradEnd Property |
Defines the value of the graduation (tick label) corresponding to the end coordinate of this axis.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat gradEnd { get; }
Public ReadOnly Property gradEnd As SoSFFloat
Get
public:
property SoSFFloat^ gradEnd {
SoSFFloat^ get ();
}
member gradEnd : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksSee gradStart for details.
This field is ignored by PoGenAxis.
Since Open Inventor 9.5.1
See Also