complexType X3DNurbsSurfaceGeometryNode
diagram x3d-3.3_diagrams/x3d-3.3_p334.png
type extension of X3DParametricGeometryNode
properties
base X3DParametricGeometryNode
abstract true
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString
used by
elements NurbsPatchSurface NurbsTrimmedSurface
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.
uClosed  SFBool    false    
vClosed  SFBool    false    
uDimension  derived by: SFInt32    0    
vDimension  derived by: SFInt32    0    
uKnot  MFDouble        
vKnot  MFDouble        
uOrder  derived by: SFInt32    3    
vOrder  derived by: SFInt32    3    
uTessellation  SFInt32    0    
vTessellation  SFInt32    0    
weight  MFDouble        
appinfo
<xs:minExclusive value="0"/>
solid  SFBool    true    
annotation
appinfo
<xs:attribute name="solid" type="SFBool" default="true" fixed="initializeOnlyField"/>
<xs:element name="controlPoint" type="SFNode" fixed="inputOutputField" default="X3DCoordinateNode"/>
<xs:element name="texCoord" type="SFNode" fixed="inputOutputField" default="X3DTextureCoordinateNode|NurbsTextureCoordinate"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="NURBS"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
Abstract geometry type for all types of NURBS surfaces.
source <xs:complexType name="X3DNurbsSurfaceGeometryNode" abstract="true">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="solid" type="SFBool" default="true" fixed="initializeOnlyField"/>
     
<xs:element name="controlPoint" type="SFNode" fixed="inputOutputField" default="X3DCoordinateNode"/>
     
<xs:element name="texCoord" type="SFNode" fixed="inputOutputField" default="X3DTextureCoordinateNode|NurbsTextureCoordinate"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="NURBS"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
Abstract geometry type for all types of NURBS surfaces.
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/nurbs.html#X3DNurbsSurfaceGeometryNode"/>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="X3DParametricGeometryNode">
     
<xs:attribute name="uClosed" type="SFBool" default="false"/>
     
<xs:attribute name="vClosed" type="SFBool" default="false"/>
     
<xs:attribute name="uDimension" default="0">
       
<xs:simpleType>
         
<xs:restriction base="SFInt32">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="vDimension" default="0">
       
<xs:simpleType>
         
<xs:restriction base="SFInt32">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="uKnot" type="MFDouble"/>
     
<xs:attribute name="vKnot" type="MFDouble"/>
     
<xs:attribute name="uOrder" default="3">
       
<xs:simpleType>
         
<xs:restriction base="SFInt32">
           
<xs:minInclusive value="2"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="vOrder" default="3">
       
<xs:simpleType>
         
<xs:restriction base="SFInt32">
           
<xs:minInclusive value="2"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="uTessellation" type="SFInt32" default="0"/>
     
<xs:attribute name="vTessellation" type="SFInt32" default="0"/>
     
<xs:attribute name="weight" type="MFDouble">
       
<xs:annotation>
         
<xs:appinfo>
           
<xs:minExclusive value="0"/>
         
</xs:appinfo>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="solid" type="SFBool" default="true"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute X3DNurbsSurfaceGeometryNode/@uClosed
type SFBool
properties
default false
source <xs:attribute name="uClosed" type="SFBool" default="false"/>

attribute X3DNurbsSurfaceGeometryNode/@vClosed
type SFBool
properties
default false
source <xs:attribute name="vClosed" type="SFBool" default="false"/>

attribute X3DNurbsSurfaceGeometryNode/@uDimension
type restriction of SFInt32
properties
default 0
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="uDimension" default="0">
 
<xs:simpleType>
   
<xs:restriction base="SFInt32">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute X3DNurbsSurfaceGeometryNode/@vDimension
type restriction of SFInt32
properties
default 0
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="vDimension" default="0">
 
<xs:simpleType>
   
<xs:restriction base="SFInt32">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute X3DNurbsSurfaceGeometryNode/@uKnot
type MFDouble
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*(([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*,?\s*)*
source <xs:attribute name="uKnot" type="MFDouble"/>

attribute X3DNurbsSurfaceGeometryNode/@vKnot
type MFDouble
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*(([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*,?\s*)*
source <xs:attribute name="vKnot" type="MFDouble"/>

attribute X3DNurbsSurfaceGeometryNode/@uOrder
type restriction of SFInt32
properties
default 3
facets
Kind Value Annotation
minInclusive 2
source <xs:attribute name="uOrder" default="3">
 
<xs:simpleType>
   
<xs:restriction base="SFInt32">
     
<xs:minInclusive value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute X3DNurbsSurfaceGeometryNode/@vOrder
type restriction of SFInt32
properties
default 3
facets
Kind Value Annotation
minInclusive 2
source <xs:attribute name="vOrder" default="3">
 
<xs:simpleType>
   
<xs:restriction base="SFInt32">
     
<xs:minInclusive value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute X3DNurbsSurfaceGeometryNode/@uTessellation
type SFInt32
properties
default 0
source <xs:attribute name="uTessellation" type="SFInt32" default="0"/>

attribute X3DNurbsSurfaceGeometryNode/@vTessellation
type SFInt32
properties
default 0
source <xs:attribute name="vTessellation" type="SFInt32" default="0"/>

attribute X3DNurbsSurfaceGeometryNode/@weight
type MFDouble
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*(([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*,?\s*)*
annotation
appinfo
<xs:minExclusive value="0"/>
source <xs:attribute name="weight" type="MFDouble">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:minExclusive value="0"/>
   
</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

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


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