ModelObjectVisualization Methods |
The ModelObjectVisualization type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearAllTemporaryStates |
Clears temporary visualization from all model objects and restores permanent representation.
| |
| GetRepresentation |
Gets current permanent representation (red, blue, green and transparency) of given model object
| |
| SetTemporaryState(ListIdentifier, Color) |
Sets visualization temporary state (red, blue, green and transparency) for given model object identifiers
| |
| SetTemporaryState(ListModelObject, Color) |
Sets visualization temporary state (red, blue, green and transparency) for given model objects
| |
| SetTemporaryStateForAll |
Sets temporary visualization state (red, blue, green and transparency) for all model objects
| |
| SetTransparency(ListIdentifier, TemporaryTransparency) |
Restores permanent representation settings and sets temporary transparency for given model object identifiers
| |
| SetTransparency(ListModelObject, TemporaryTransparency) |
Restores permanent representation settings and sets temporary transparency for given model objects
| |
| SetTransparencyForAll |
Restores permanent representation settings and sets temporary transparency for all model objects
|