SoViewingCubefaceColor Property |
Color used to render the faces 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 faceColor { get; }
Public ReadOnly Property faceColor As SoSFColor
Get
public:
property SoSFColor^ faceColor {
SoSFColor^ get ();
}
member faceColor : SoSFColor with get
Property Value
Type:
SoSFColorRemarks Default is gray (0.8,0.8,0.8).
See Also