| SoViewingCubecornerColor Property  | 
Color used to render the corners of the cube. 
 
Namespace: OIV.Inventor.ViewerComponents.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFColor cornerColor { get; }Public ReadOnly Property cornerColor As SoSFColor
	Get
public:
property SoSFColor^ cornerColor {
	SoSFColor^ get ();
}member cornerColor : SoSFColor with get
Property Value
Type: 
SoSFColor
RemarksDefault is gray (0.8,0.8,0.8). 
See Also