Definition Type: ComplexType
Name: X3DNurbsSurfaceGeometryNode
Type: X3DParametricGeometryNode
Containing Schema: x3d-3.2.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into MetadataString in schema x3d-3_2_xsd Drilldown into MetadataSet in schema x3d-3_2_xsd Drilldown into MetadataInteger in schema x3d-3_2_xsd Drilldown into MetadataFloat in schema x3d-3_2_xsd Drilldown into MetadataDouble in schema x3d-3_2_xsd Drilldown into ChildContentModelCore in schema x3d-3_2_xsd Drilldown into IS in schema x3d-3_2_xsd Drilldown into class in schema x3d-3_2_xsd Drilldown into globalAttributes in schema x3d-3_2_xsd Drilldown into USE in schema x3d-3_2_xsd Drilldown into DEF in schema x3d-3_2_xsd Drilldown into DEF_USE in schema x3d-3_2_xsd Drilldown into X3DNode in schema x3d-3_2_xsd Drilldown into containerField in schema x3d-3_2_xsd Drilldown into X3DGeometryNode in schema x3d-3_2_xsd Drilldown into X3DParametricGeometryNode in schema x3d-3_2_xsd Drilldown into solid in schema x3d-3_2_xsd Drilldown into weight in schema x3d-3_2_xsd Drilldown into vTessellation in schema x3d-3_2_xsd Drilldown into uTessellation in schema x3d-3_2_xsd Drilldown into vOrder in schema x3d-3_2_xsd Drilldown into uOrder in schema x3d-3_2_xsd Drilldown into vKnot in schema x3d-3_2_xsd Drilldown into uKnot in schema x3d-3_2_xsd Drilldown into vDimension in schema x3d-3_2_xsd Drilldown into uDimension in schema x3d-3_2_xsd Drilldown into vClosed in schema x3d-3_2_xsd Drilldown into uClosed in schema x3d-3_2_xsdXSD Diagram of X3DNurbsSurfaceGeometryNode in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:complexType name="X3DNurbsSurfaceGeometryNode" abstract="true" mixed="false">
    <xs:annotation>
        <xs:appinfo />
        <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/nurbs.html#X3DNurbsSurfaceGeometryNode" />
    </xs:annotation>
    <xs:complexContent mixed="false">
        <xs:extension base="X3DParametricGeometryNode">
            <xs:attribute name="uClosed" type="SFBool" default="false" />
            <xs:attribute name="vClosed" type="SFBool" default="false" />
            <xs:attribute name="uDimension" type="SFInt32" default="0" />
            <xs:attribute name="vDimension" type="SFInt32" default="0" />
            <xs:attribute name="uKnot" type="MFDouble" />
            <xs:attribute name="vKnot" type="MFDouble" />
            <xs:attribute name="uOrder" type="SFInt32" default="3" />
            <xs:attribute name="vOrder" type="SFInt32" default="3" />
            <xs:attribute name="uTessellation" type="SFInt32" default="0" />
            <xs:attribute name="vTessellation" type="SFInt32" default="0" />
            <xs:attribute name="weight" type="MFDouble" />
            <xs:attribute name="solid" type="SFBool" default="true" />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IS IS 0 (1)
MetadataDouble MetadataDouble (1) (1)
MetadataFloat MetadataFloat (1) (1)
MetadataInteger MetadataInteger (1) (1)
MetadataSet MetadataSet (1) (1)
MetadataString MetadataString (1) (1)
<xs:group> ChildContentModelCore 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DEF DEF (Optional)
USE USE (Optional)
class class (Optional)
containerField containerField geometry (Optional)
uClosed uClosed false (Optional)
vClosed vClosed false (Optional)
uDimension uDimension 0 (Optional)
vDimension vDimension 0 (Optional)
uKnot uKnot (Optional)
vKnot vKnot (Optional)
uOrder uOrder 3 (Optional)
vOrder vOrder 3 (Optional)
uTessellation uTessellation 0 (Optional)
vTessellation vTessellation 0 (Optional)
weight weight (Optional)
solid solid true (Optional)
Collapse Derivation Tree:
Collapse References:
NurbsPatchSurface, NurbsTrimmedSurface