public class SoVRMLFillProperties extends SoVRMLNode
See the X3D Specification, below.
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
This section describes the expected behavior of the node in a conforming X3D browser application. In some cases, the application is responsible for implementing portions of the expected behavior. Open Inventor viewer classes and IVF classes implement some of the application behaviors.
This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at
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.
File format/default:
VRMLFillProperties {
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 |
Action behavior:
SoGLRenderAction
, SoRayPickAction
, SoGetBoundingBoxAction
, SoCallbackAction
Deprecated since Open Inventor 9500
The VRML API is no longer supported. See section
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFBool |
filled
Deprecated.
Specifies whether the area is filled.
|
SoSFColor |
hatchColor
Deprecated.
Specifies the color of the hatch lines.
|
SoSFBool |
hatched
Deprecated.
Specifies whether the area is hatched.
|
SoSFInt32 |
hatchStyle
Deprecated.
Defines the hatch style.
|
metadata
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoVRMLFillProperties()
Deprecated.
Constructor.
|
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public final SoSFBool filled
public final SoSFBool hatched
public final SoSFColor hatchColor
public final SoSFInt32 hatchStyle
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com