element FillProperties
diagram x3d-3.2_diagrams/x3d-3.2_p62.png
type extension of X3DAppearanceChildNode
properties
content complex
children IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString
used by
group AppearanceChildContentModelNoProtoInstance
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

DEF defines a unique ID name for each node, referenceable by other nodes.
USE  xs:IDREF        
appinfo

USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
class  xs:NMTOKENS        
appinfo

The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
filled  SFBool    true    
hatched  SFBool    true    
hatchStyle  SFInt32    1    
hatchColor  SFColor    1 1 1    
containerField  xs:NMTOKEN    fillProperties    
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Shape"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="3"/>
source <xs:element name="FillProperties">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Shape"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="3"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shape.html#FillProperties"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DAppearanceChildNode">
       
<xs:attribute name="filled" type="SFBool" default="true"/>
       
<xs:attribute name="hatched" type="SFBool" default="true"/>
       
<xs:attribute name="hatchStyle" type="SFInt32" default="1"/>
       
<xs:attribute name="hatchColor" type="SFColor" default="1 1 1"/>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="fillProperties"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute FillProperties/@filled
type SFBool
properties
default true
source <xs:attribute name="filled" type="SFBool" default="true"/>

attribute FillProperties/@hatched
type SFBool
properties
default true
source <xs:attribute name="hatched" type="SFBool" default="true"/>

attribute FillProperties/@hatchStyle
type SFInt32
properties
default 1
source <xs:attribute name="hatchStyle" type="SFInt32" default="1"/>

attribute FillProperties/@hatchColor
type SFColor
properties
default 1 1 1
facets
Kind Value Annotation
whiteSpace collapse
pattern (\s)*(([+]?((0(\.[0-9]*)?|\.[0-9]+)|1(\.0*)?)([Ee][+-]?[0-9]+)?)(\s)+){2}([+]?((0(\.[0-9]*)?|\.[0-9]+)|1(\.0*)?)([Ee][+-]?[0-9]+)?)(\s)*
source <xs:attribute name="hatchColor" type="SFColor" default="1 1 1"/>

attribute FillProperties/@containerField
type xs:NMTOKEN
properties
default fillProperties
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="fillProperties"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy