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