The SEDRIS Data Representation Model
APPENDIX A - Classes Polygon |
---|
An instance of this DRM class specifies a bounded portion of a plane, defined by a set of three or more <Vertex> instances listed in counter-clockwise order. The final segment connecting the last <Vertex> instance to the first <Vertex> instance is implicit, not explicit; that is, the first <Vertex> instance is not duplicated to also appear as the last <Vertex> instance of the <Polygon> instance.
One of the surfaces representing the geometry of a vehicle.
No FAQs supplied.
SE_Polygon_Flag | polygon_flags; | (notes) |
---|
A <Geometry Face> associated with a <Polygon> instance represents the topology of the specified face (front or back) of that <Polygon>.
A <Primitive Geometry> instance contains a <Union Of Primitive Geometry> instance as a component only when that <Primitive Geometry> instance can be decomposed into nested <Primitive Geometry> instances, as (for example) a <Polygon> instance can be decomposed into subfaces.
The polygon_flags field specifies the set of SE_Polygon_Flag tokens applicable to the given <Polygon> instance.
|