Parameters : |
- item : cf.Transform
The new transform object.
- key : str, optional
The domain identifier for the item. By default a new, unique
identifier will be generated.
- copy: bool, optional
If False then the item is not copied before insertion. By
default it is copied.
- replace : bool, optional
If False then do not replace an existing transform object of
domain which has the same identifier. By default an existing
transform object with the same identifier is replaced with
item.
|