Enum Scene.UndoStateType
Represents a type of scene data to save in an undo state.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public enum Scene.UndoStateType
Fields
Name | Description |
---|---|
AddBuiltin | Addition of a standard object like a dimension or a text. |
AddFromCatalog | Addition of a object coming from a catalog. |
Attributes | Modifications of the attributes of an object. |
AutoLinears | Modifications of the automatic generation of the linears. |
CatalogChange | Modifications of a catalog actualization (redirection of scene objects towards a more recent catalog). |
Close | Closed objects. |
Comments | Modifications of the comments of objects. |
Components | Modifications of the components. |
Cut | Cut to clipboard. |
Delete | Removal of objects. |
DrawingStyle | Modifications of the drawing style of the scene. |
EcoParticipation | Modifications of the eco-participation tax. |
Finishes | Modifications of finishes. |
Hide | Hidden objects. |
Layers | Modifications of the layers of objects. |
Move | Displacement of objects. |
Null | Not defined. |
Open | Opened objects. |
Paste | Paste from clipboard. |
Price | Modifications of the prices. |
PriceConditions | Modifications of the pricing conditions. |
PricesUpdate | Prices update. |
Renumber | Renumbering of objects. |
Replacement | Replacement of objects. |
Shape | Modifications of the shape of a objects. |
Show | Shown objects. |
VatCoefficients | Modifications of the scene VAT rates. |
Wizard | Modifications of the wizards (or AppliCats) of objects. |