operation module¶
-
class
operation.TOperation(o_type=None, **kwargs)¶ Bases:
objectClass represents a single operation performed in program.
Parameters: - o_type (string) – operation type.
- shape (TShape, TRect, TCylin, TCylinSector, TPolygon) – shape on which the operation was performed.
- shape_num (integer) – shape list index.