land:F
A surface face. It contains a space delimited list of "id" references for 3 (TIN) or 4 (grid) surface "P" points.
The 3 or 4 numbers represent the vertices on the face. Each number is a reference to the ID value of a surface point "P" for the face coordinates.
Attribute "i" is optional, where a value of "1" indicating the face is part of the triangulation but is invisible. Attribute "n" is optional, space delimited face index values indicating the adjacent face index for each face edge, where a value of "0" (an invalid face index value) indicates the edge has NO neighboring face. The face index value is implied and defined from 1 to n number of F elements in a a single Faces collection. Example: Where 2 is the neighboring face index for the edge 10 to 20, 0 means no neighbor between 20 and 30 and 3 is the neighbor index for 30 to 10.
Element information
Namespace: http://www.landxml.org/schema/LandXML-1.1
Schema document: external/landxml/1.1/LandXML-1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
from type land:FaceType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
i | [0..1] | xsd:integer | ||
n | [0..1] | land:FaceType |
Used in
- Anonymous type of element land:Faces
Sample instance
<land:F>Any text, intermingled with:1 1</land:F>