ModelSettings
- class cee.ug.ModelSettings()
 Various settings for the RemoteModel.
Methods
Accessors
- cee.ug.ModelSettings.modelColorSource
 Specify how to color the parts if no fringesResults are used.
This will determine how to color each face of the model if no fringesResults are used. Default is PART (use part colors).
- cee.ug.ModelSettings.transformationMatrix
 The transformation matrix to use for this model.
If specified, all parts in the model will be transformed by this matrix. This can be useful for scene composition. The default is null.
- cee.ug.ModelSettings.useFirstOrderElementNodesOnly
 When enabled, only the first order element nodes will be considered. For example, Quad8 is visualized as Quad4, dropping the mid-nodes.
Methods
getAsProperties
- cee.ug.ModelSettings.getAsProperties()
 Gets the settings for this object as a Plain Old JavaScript Object (POJO).
- Return type
 cee.ug.ModelSettingsProperties
setFromProperties
- cee.ug.ModelSettings.setFromProperties(props)
 Applies the settings in the given properties object to this scalar settings
- Arguments
 props (
Partial[cee.ug.ModelSettingsProperties]) –
- Return type
 void