The SEDRIS Data Representation Model
APPENDIX A - Classes Linear Geometry |
---|
An instance of a concrete class derived form this DRM class is a geometric linear representation.
See individual subclasses for examples.
SE_Short_Integer_Unsigned | count; | (notes) |
---|---|---|
SE_Boolean | suppress_last; | (notes) |
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.
A value of zero (0) for the count field indicates that the given <Linear Geometry> instance is to be rendered as solid. Otherwise, the interpretation of the count depends on whether a <Light Rendering Properties> component is present for the given <Linear Geometry> instance. - If a <Light Rendering Properties> component is present, then count is the number of evenly spaced light points to be rendered along the <Linear Geometry>. - If no <Light Rendering Properties> component is present, then count is the number of evenly spaced line segments to be rendered along the <Linear Geometry>.
If count is greater than zero, the suppress_last field specifies whether the last segment / point in the sequence is suppressed or rendered.
|