Interface SolidType

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

    public interface SolidType
    extends AbstractSolidType
    A representation of the model object 'Solid Type'. A solid is the basis for 3-dimensional geometry. The extent of a solid is defined by the boundary surfaces (shells). A shell is represented by a composite surface, where every shell is used to represent a single connected component of the boundary of a solid. It consists of a composite surface (a list of orientable surfaces) connected in a topological cycle (an object whose boundary is empty). Unlike a Ring, a Shell's elements have no natural sort order. Like Rings, Shells are simple.

    The following features are supported:

    See Also:
    Gml311Package.getSolidType()