Specifies additional properties to be applied to all polygonal areas on top of whatever appearance is specified.
Action not implemented for this node.
More...
#include <Inventor/VRMLnodes/SoVRMLFillProperties.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoVRMLFillProperties () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFBool | filled |
SoSFBool | hatched |
SoSFColor | hatchColor |
SoSFInt32 | hatchStyle |
See the X3D Specification, below.
NOTE: This class does not exist in Open Inventor 10.0 and later.This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at http://www.web3d.org .
The FillProperties node specifies additional properties to be applied to all polygonal areas on top of whatever appearance is specified by the other fields of the respective Appearance node. Thus, hatches are applied on top of the already rendered appearance of the node. Hatches are not affected by lighting.
The hatchStyle field selects a hatch pattern as defined in the International Register of Graphical Items (see 2.[REG] <../references.html>). The hatches are rendered using the color specified by the hatchColor field. The associated geometry must be filled and/or hatched only when the respective values of the filled and/or hatched fields have value TRUE.
filled | TRUE |
hatchColor | 1 1 1 |
hatched | TRUE |
hatchStyle | 1 |
metadata | NULL |
SoSFBool | set_filled |
SoSFColor | set_hatchColor |
SoSFBool | set_hatched |
SoSFInt32 | set_hatchStyle |
SoSFNode | set_metadata |
SoSFBool | filled_changed |
SoSFColor | hatchColor_changed |
SoSFBool | hatched_changed |
SoSFInt32 | hatchStyle_changed |
SoSFNode | metadata_changed |
SoVRMLFillProperties::SoVRMLFillProperties | ( | ) |
Constructor.
static SoType SoVRMLFillProperties::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLNode.
virtual SoType SoVRMLFillProperties::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLNode.
Specifies whether the area is filled.
Specifies the color of the hatch lines.
Specifies whether the area is hatched.
Defines the hatch style.