VolumeGeom
Defines the properties of 3Dcoordinate Geometry Collection
Element information
Namespace: None
Schema document: external/landxml/1.1/LandXML-1.1.xsd
Type: Anonymous
Properties: Local, Unqualified
Content
- Choice [4..*]
- land:CoordGeom A sequential list of Line and/or Curve and/or Spiral elements.After the sequential list of elements an optional vertical geometry may be defined as a profile, which may be as simple as a list of PVIs (point to point 3D line string).
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
desc | [0..1] | xsd:string | ||
name | [1..1] | xsd:string | ||
state | [0..1] | land:stateType | ||
oID | [0..1] | xsd:string |
Used in
- Anonymous type of element land:Parcel
Sample instance
<VolumeGeom name="string"> <land:CoordGeom> <land:Line> <land:Start>Any text, intermingled with:1.0 1.0</land:Start> <land:End>Any text, intermingled with:1.0 1.0</land:End> <land:Feature> <!--any element--> </land:Feature> </land:Line> <land:Feature> <!--any element--> </land:Feature> </land:CoordGeom> </VolumeGeom>