Table of Contents

Class GeomEntity

Namespace
Geom

Base class: Entity

Derived classes:

classDiagram
    class GeomEntity
    Entity <|-- GeomEntity
        GeomEntity <|-- CADEntity
        GeomEntity <|-- Element
        GeomEntity <|-- Mesh
        GeomEntity <|-- Occurrence
    Occurrence : +core.Ident Id
    Occurrence : +core.String Name
    Occurrence : +core.InheritableBool Visible
    Occurrence : +core.Entity Material
    Occurrence : +geom.Matrix4 Transform
    Occurrence : +core.Entity Prototype
        GeomEntity <|-- Shape

Functions accepting this type or a list of this type as a parameter:

GeomEntity