LoadSubtreeConfig
- class Communicator.LoadSubtreeConfig()
Configuration for all
loadSubtree
functions in theModel
class.
Properties
Methods
Properties
- Communicator.LoadSubtreeConfig.additionalMatrix
Optional matrix to get multiplied into the net attachment matrix.
- Communicator.LoadSubtreeConfig.allowMissingExternalModels
Controls whether or not missing models are ignored or cause an error.
- Communicator.LoadSubtreeConfig.attachInvisibly
If true, then models are attached with all geometry turned invisible.
- Communicator.LoadSubtreeConfig.ignoreBimRelationships
If true BIM relationships will not be loaded. This can reduce memory consumption
- Communicator.LoadSubtreeConfig.ignoreCadViews
If true CAD views will not be loaded. This can reduce memory consumption
- Communicator.LoadSubtreeConfig.ignoreFilters
If true filters will not be loaded. This can reduce memory consumption
- Communicator.LoadSubtreeConfig.ignoreGenericTypes
If true generic types (IFC types) will not be loaded. This can reduce memory consumption
- Communicator.LoadSubtreeConfig.ignoreLayers
If true layers will not be loaded. This can reduce memory consumption
- Communicator.LoadSubtreeConfig.implicitlyLoadXmlExternalModels
If true, then external models found in XML files will be implicitly loaded. Otherwise
Model.requestNodes
must be called to load the external models.