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:
- geom.applyTransform
- geom.getEntityAABB
- core.cloneEntity
- core.deleteEntities
- core.entityExists
- core.getEntityType
- core.getEntityTypeString
- core.addCustomProperty
- core.getProperties
- core.getProperty
- core.getPropertyInfo
- core.hasCustomProperty
- core.hasProperty
- core.listProperties
- core.listPropertiesBatch
- core.removeCustomProperty
- core.setProperty
- core.supportCustomProperties
- core.unsetProperty
- scene.linkPropertyToAnimation
- scene.unlinkPropertyToAnimation
GeomEntity