PoAutoCubeAxisisGridLinesYVisible Property |
Sets the visibility of the grid lines of the Y axes displayed on the visible faces.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool isGridLinesYVisible { get; }
Public ReadOnly Property isGridLinesYVisible As SoSFBool
Get
public:
property SoSFBool^ isGridLinesYVisible {
SoSFBool^ get ();
}
member isGridLinesYVisible : SoSFBool with get
Property Value
Type:
SoSFBool
Remarks(The attributes of grid lines of PoAxis cannot be used because the graduations of thes axes are not necessarily in the same plane than the visible faces). false by default.
See Also