PoGroup4AxisgradEnd Property |
Defines the value of the graduation (tick label) corresponding to the end point of this group of axes.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFVec2f gradEnd { get; }
Public ReadOnly Property gradEnd As SoSFVec2f
Get
public:
property SoSFVec2f^ gradEnd {
SoSFVec2f^ get ();
}
member gradEnd : SoSFVec2f with get
Property Value
Type:
SoSFVec2f
RemarksSee OIV.MeshViz.Graph.PoCartesianAxis.m_gradEnd for details.
Since Open Inventor 9.5.1
See Also