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