Sphere is used when an object is described as a sphere. The scale of radius is mandatorily 1.0, and its unit is the same as the xyzUnit. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
metaid | xsd:ID | optional |
Element | Measurement/sphere |
<xsd:complexType name="Sphere"> <xsd:annotation> <xsd:documentation>Sphere is used when an object is described as a sphere. The scale of radius is mandatorily 1.0, and its unit is the same as the xyzUnit.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="BDBase"> <xsd:sequence> <xsd:element name="xyz" type="XYZ"/> <xsd:element name="radius" type="xsd:double"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |