Interface CompositeSolidType

All Superinterfaces:
AbstractGeometricPrimitiveType, AbstractGeometryType, AbstractGMLType, AbstractSolidType, EObject, Notifier
All Known Implementing Classes:
CompositeSolidTypeImpl

public interface CompositeSolidType extends AbstractSolidType
A representation of the model object 'Composite Solid Type'. A composite solid is a geometry type with all the geometric properties of a (primitive) solid. Essentially, a composite solid is a collection of solids that join in pairs on common boundary surfaces and which, when considered as a whole, form a single solid.

The following features are supported:

See Also:
  • Method Details

    • getSolidMember

      EList<SolidPropertyType> getSolidMember()
      Returns the value of the 'Solid Member' containment reference list. The list contents are of type SolidPropertyType. This element references or contains one solid in the composite solid. The solids are contiguous. NOTE: This definition allows for a nested structure, i.e. a CompositeSolid may use, for example, another CompositeSolid as a member.
      Returns:
      the value of the 'Solid Member' containment reference list.
      See Also: