element FillProperties
diagram x3d-4.0_diagrams/x3d-4.0_p80.png
type extension of X3DAppearanceChildNode
properties
content complex
children IS MetadataBoolean 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.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
id  xs:NMTOKEN        
appinfo

                    The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
style  SFString        
appinfo

                    The style attribute provides an inline block of CSS for element styling, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
filled  SFBool    true    
hatched  SFBool    true    
hatchStyle  hatchStyleValues    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/specifications/X3Dv4/ISO-IEC19775-1v4-IS/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="hatchStyleValues" 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 hatchStyleValues
properties
default 1
facets
Kind Value Annotation
minInclusive 0
enumeration 1
appinfo
<xs:attribute name="alias" type="xs:string" default="HORIZONTAL"/>
                        Horizontal equally spaced parallel lines
                   
enumeration 2
appinfo
<xs:attribute name="alias" type="xs:string" default="VERTICAL"/>
                        Vertical equally spaced parallel lines
                   
enumeration 3
appinfo
<xs:attribute name="alias" type="xs:string" default="POSITIVE_SLOPE"/>
                        Positive slope equally spaced parallel lines
                   
enumeration 4
appinfo
<xs:attribute name="alias" type="xs:string" default="NEGATIVE_SLOPE"/>
                        Negative slope equally spaced parallel lines
                   
enumeration 5
appinfo
<xs:attribute name="alias" type="xs:string" default="HORIZONTAL_VERTICAL_CROSSHATCH"/>
                        Horizontal/vertical crosshatch
                   
enumeration 6
appinfo
<xs:attribute name="alias" type="xs:string" default="POSITIVE_NEGATIVE_SLOPE_CROSSHATCH"/>
                        Positive slope/negative slope crosshatch
                   
enumeration 7
appinfo
<xs:attribute name="alias" type="xs:string" default="CAST_IRON"/>
                        (cast iron or malleable iron and general use for all materials)
                   
enumeration 8
appinfo
<xs:attribute name="alias" type="xs:string" default="STEEL"/>
                        (steel)
                   
enumeration 9
appinfo
<xs:attribute name="alias" type="xs:string" default="BRONZE_BRASS_COPPER_COMPOSITIONS"/>
                        (bronze, brass, copper, and compositions)
                   
enumeration 10
appinfo
<xs:attribute name="alias" type="xs:string" default="WHITE_METAL_ZINC_LEAD_BABBIT_ALLOYS"/>
                        (white metal, zinc, lead, babbit, and alloys)
                   
enumeration 11
appinfo
<xs:attribute name="alias" type="xs:string" default="MAGNESIUM_ALUMINUM_ALLOYS"/>
                        (magnesium, aluminum, and aluminum alloys)
                   
enumeration 12
appinfo
<xs:attribute name="alias" type="xs:string" default="RUBBER_PLASTIC_ELECTRICAL_INSULATION"/>
                        (rubber, plastic, and electrical insulation)
                   
enumeration 13
appinfo
<xs:attribute name="alias" type="xs:string" default="CORK_FELT_FABRIC_LEATHER_FIBRE"/>
                        (cork, felt, fabric, leather, and fibre/fiber)
                   
enumeration 14
appinfo
<xs:attribute name="alias" type="xs:string" default="THERMAL_INSULATION"/>
                        (thermal insulation)
                   
enumeration 15
appinfo
<xs:attribute name="alias" type="xs:string" default="TITANIUM"/>
                        (titanium and refi-actory material)
                   
enumeration 16
appinfo
<xs:attribute name="alias" type="xs:string" default="MARBLE_SLATE_PORCELAIN_GLASS"/>
                        (marble, slate, porcelain, glass, etc.)
                   
enumeration 17
appinfo
<xs:attribute name="alias" type="xs:string" default="EARTH"/>
                        (earth)
                   
enumeration 18
appinfo
<xs:attribute name="alias" type="xs:string" default="SAND"/>
                        (sand)
                   
enumeration 19
appinfo
<xs:attribute name="alias" type="xs:string" default="REPEATING_DOT"/>
                        (repeating dot)
                   
source <xs:attribute name="hatchStyle" type="hatchStyleValues" 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