A Diggs geometry object that represents a surface that does not liewithin a single plane. It contains an array of polygon patches, each of whichcontain and inner and optionally outer ring that define the extent of the patch. Allof the coordinate points within a patch must be coplanar, and each patch must sharean edge with an adjacent patch to form a continuous surface.
Database handle for the object. It is of XML type ID, so is constrained to beunique in the XML document within which it occurs. An external identifier for the object inthe form of a URI may be constructed using standard XML and XPointer methods. This is doneby concatenating the URI for the document, a fragment separator, and the value of the idattribute.
<element name="MultiPlanarSurface" substitutionGroup="diggs:AbstractSurface" type="diggs:MultiPlanarSurfaceType"><annotation><documentation>A Diggs geometry object that represents a surface that does not lie within a single plane. It contains an array of polygon patches, each of which contain and inner and optionally outer ring that define the extent of the patch. All of the coordinate points within a patch must be coplanar, and each patch must share an edge with an adjacent patch to form a continuous surface.</documentation></annotation></element>