|
The SEDRIS Data Representation Model
APPENDIX A - Classes Ellipse |
|---|
An instance of this DRM class specifies a closed plane curve such that for each point on the curve, the sum of the point's distances from 2 fixed points (called the foci of the <Ellipse>) is a constant.
The major axis of the <Ellipse> is the line passing through the foci of the <Ellipse>. The minor axis of the <Ellipse> is the line perpendicular to the major axis that passes through the centre of the <Ellipse>. The component <Location 3D> locates the centre.
The first component <Reference Vector> (vector_type = SE_REF_VEC_TYP_MAJOR_AXIS) gives the direction of the major axis. The second component <Reference Vector> (vector_type = SE_REF_VEC_TYP_FACE_NORMAL) defines the normal direction to the plane of the < Ellipse>, and shall be perpendicular to the major axis <Reference Vector>.
The physical extent of certain underwater acoustic phenomena are best described by oval surface geometries in some cases, and by <Elliptic Cylinder> instances in others.
| SE_Long_Float | major_axis_length; | (notes) |
|---|---|---|
| SE_Long_Float | minor_axis_length; | (notes) |
Corresponds to the centre of the <Ellipse>.
A <Primitive Geometry> contains a <Union Of Primitive Geometry> instance as a component only when that <Primitive Geometry> can be decomposed into nested <Primitive Geometry>, as (for example) a <Polygon> can be decomposed into subfaces.
The location of the centre of the <Ellipse>.
Elliptic cross section axes. The first component <Reference Vector> specifies the major axis direction with type = SE_REF_VEC_TYP_MAJOR_AXIS The second component <Reference Vector> specifies the major axis direction with type = SE_REF_VEC_TYP_MINOR_AXIS
in metres > 0.0
in metres > 0.0
|