SoHeightFieldRendercellOutlineColor Property |
When cellOutline is true, this value specifies the cell outline color.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFColor cellOutlineColor { get; }
Public ReadOnly Property cellOutlineColor As SoSFColor
Get
public:
property SoSFColor^ cellOutlineColor {
SoSFColor^ get ();
}
member cellOutlineColor : SoSFColor with get
Property Value
Type:
SoSFColor
RemarksDefault is black : (0, 0, 0).
NOTE: field available since Open Inventor 9.7
See Also