Table 6.62 — DRM_Ellipse

Property

Description

Class

  • <DRM Ellipse>

Superclass

Subclass

  • None.

Definition

An instance E of this DRM class specifies a closed plane curve such that for each point P on the curve, the sum of P’s distances from two fixed points (called the foci of E) is a constant. The <DRM Location> component of E specifies the centre of the instance E.

The line passing through the foci of E is termed the major axis of E. The direction of the major axis of E is specified by the <DRM Reference Vector> component of E with vector_type = MAJOR_AXIS.

The line passing through the centre of E and perpendicular to the major axis of E is termed the minor axis of E. The direction of the minor axis of E is specified by the <DRM Reference Vector> component of E with vector_type = MINOR_AXIS.

The major_axis_length field is specified in metres.

The minor_axis_length field is specified in metres.

Class diagram

Figure 6.76 — DRM_Ellipse

Inherited field elements

Field name

Range

Field data type

None

   

Field elements

Field name

Range

Field data type

major_axis_length

> 0,0

Long_Float

minor_axis_length

> 0,0

Long_Float

Default field values

Default field values for DRM_Ellipse

Associated to (one-way) (inherited)

  • None.

Associated to (one-way)

  • None.

Associated by (one-way) (inherited)

  • None.

Associated by (one-way)

  • None.

Associated with (two-way) (inherited)

  • None.

Associated with (two-way)

Composed of (two-way) (inherited)

Composed of (two-way)

Composed of (two-way metadata) (inherited)

Composed of (two-way metadata)

  • None.

Component of (two-way) (inherited)

Component of (two-way)

  • None.

Constraints

Clarifications

1The <DRM Geometry Node> instance corresponds to the centre of the <DRM Ellipse> instance.

2A <DRM Primitive Geometry> instance P has a <DRM Union Of Primitive Geometry> component only when P can be decomposed into nested <DRM Primitive Geometry> instances.

EXAMPLE  A <DRM Polygon> instance can be decomposed into multiple <DRM Polygon> instances representing subfaces.

3The <DRM Location> component is the location of the centre of the <DRM Ellipse> instance.

4For a given <DRM Ellipse> instance, one <DRM Reference Vector> component shall have vector_type = MAJOR_AXIS, the other shall have vector_type = MINOR_AXIS, and the two shall be mutually perpendicular.

Example(s)

  • The physical extent of certain underwater acoustic phenomena are best described by <DRM Ellipse> instances in some cases, and by <DRM Volume Object> instances in others.