| diagram |  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of X3DParametricGeometryNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by | 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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="Coordinate|CoordinateDouble"/> <xs:element name="texCoord" type="SFNode" fixed="inputOutputField" default="X3DSingleTextureCoordinateNode|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/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/nurbs.html#X3DNurbsSurfaceGeometryNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DParametricGeometryNode"> <xs:attribute name="solid" type="SFBool" default="true"/> <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:extension> </xs:complexContent> </xs:complexType> | 
| type | SFBool | ||
| properties | 
 | ||
| source | <xs:attribute name="solid" type="SFBool" default="true"/> | 
| type | SFBool | ||
| properties | 
 | ||
| source | <xs:attribute name="uClosed" type="SFBool" default="false"/> | 
| type | SFBool | ||
| properties | 
 | ||
| source | <xs:attribute name="vClosed" type="SFBool" default="false"/> | 
| type | restriction of SFInt32 | ||||||
| properties | 
 | ||||||
| facets | 
 | ||||||
| source | <xs:attribute name="uDimension" default="0"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> | 
| type | restriction of SFInt32 | ||||||
| properties | 
 | ||||||
| facets | 
 | ||||||
| source | <xs:attribute name="vDimension" default="0"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> | 
| type | MFDouble | |||||||||
| facets | 
 | |||||||||
| source | <xs:attribute name="uKnot" type="MFDouble"/> | 
| type | MFDouble | |||||||||
| facets | 
 | |||||||||
| source | <xs:attribute name="vKnot" type="MFDouble"/> | 
| type | restriction of SFInt32 | ||||||
| properties | 
 | ||||||
| facets | 
 | ||||||
| source | <xs:attribute name="uOrder" default="3"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="2"/> </xs:restriction> </xs:simpleType> </xs:attribute> | 
| type | restriction of SFInt32 | ||||||
| properties | 
 | ||||||
| facets | 
 | ||||||
| source | <xs:attribute name="vOrder" default="3"> <xs:simpleType> <xs:restriction base="SFInt32"> <xs:minInclusive value="2"/> </xs:restriction> </xs:simpleType> </xs:attribute> | 
| type | SFInt32 | ||
| properties | 
 | ||
| source | <xs:attribute name="uTessellation" type="SFInt32" default="0"/> | 
| type | SFInt32 | ||
| properties | 
 | ||
| source | <xs:attribute name="vTessellation" type="SFInt32" default="0"/> | 
| type | MFDouble | |||||||||
| facets | 
 | |||||||||
| annotation | 
 | |||||||||
| source | <xs:attribute name="weight" type="MFDouble"> <xs:annotation> <xs:appinfo> <xs:minExclusive value="0"/> </xs:appinfo> </xs:annotation> </xs:attribute> |