ModelBoundingBoxOptions

class cee.ModelBoundingBoxOptions()

Options that can be specified when querying a model’s bounding box

Note that the options are not guaranteed to be supported by all models.

Properties


Properties

ModelBoundingBoxOptions.includeHiddenParts
Type:

boolean optional

By default, the model’s bounding box will only include visible parts. Setting this option to true will include all parts in the bounding box calculation for models that support it. Default is false.