NurbsPatchSurface

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
DEF xs:ID optional
USE xs:IDREF optional
class xs:NMTOKENS optional
containerField xs:NMTOKEN geometry optional
solid SFBool true optional
uClosed SFBool false optional
uDimension restriction of SFInt32 0 optional
uKnot MFDouble optional
uOrder restriction of SFInt32 3 optional
uTessellation SFInt32 0 optional
vClosed SFBool false optional
vDimension restriction of SFInt32 0 optional
vKnot MFDouble optional
vOrder restriction of SFInt32 3 optional
vTessellation SFInt32 0 optional
weight MFDouble optional

Used By

Source

<xs:element name="NurbsPatchSurface">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="NURBS"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
    </xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/nurbs.html#NurbsPatchSurface"/>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="X3DNurbsSurfaceGeometryNode">
        <xs:choice minOccurs="0" maxOccurs="2">
          <xs:element ref="Coordinate">
            <xs:annotation>
              <xs:documentation>controlPoint</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element ref="CoordinateDouble">
            <xs:annotation>
              <xs:documentation>controlPoint</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element ref="TextureCoordinate">
            <xs:annotation>
              <xs:documentation>texCoord</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element ref="TextureCoordinateGenerator">
            <xs:annotation>
              <xs:documentation>texCoord</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element ref="NurbsTextureCoordinate">
            <xs:annotation>
              <xs:documentation>texCoord</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element ref="ProtoInstance">
            <xs:annotation>
              <xs:documentation>Appropriately typed substitution node</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
        <xs:attribute name="containerField" type="xs:NMTOKEN" default="geometry"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample