Model

class cee.Model()

Common interface for all models.

Properties

Methods


Properties

cee.Model.name

Name of the model.

Mainly used for debugging.

Methods

getBoundingBox

cee.Model.getBoundingBox()

Returns the BoundingBox (in world coordinates) of the model.

Return type

cee.BoundingBox