csc.parts.Type¶
- class csc.parts.Type¶
Type of the parts, enum
Elementary: includes only regular and setting functions + regular and setting data + connections that link them UpdateGroup: sub update groups and their elementary entities + connections that link them Object: includes all related entities of some object ObjectGroup: includes all objects and sub object groups and all related entities SelectedObjects: selected objects from different groups
Members:
Elementary
UpdateGroup
Object
ObjectGroup
SelectedObjects
- __init__(self: csc.parts.Type, value: int) None ¶
Methods
__init__
(self, value)Attributes
- Elementary = <Type.Elementary: 0>¶
- Object = <Type.Object: 2>¶
- ObjectGroup = <Type.ObjectGroup: 3>¶
- SelectedObjects = <Type.SelectedObjects: 4>¶
- UpdateGroup = <Type.UpdateGroup: 1>¶
- __index__(self: csc.parts.Type) int ¶
- __init__(self: csc.parts.Type, value: int) None ¶
- __int__(self: csc.parts.Type) int ¶
- __members__ = {'Elementary': <Type.Elementary: 0>, 'Object': <Type.Object: 2>, 'ObjectGroup': <Type.ObjectGroup: 3>, 'SelectedObjects': <Type.SelectedObjects: 4>, 'UpdateGroup': <Type.UpdateGroup: 1>}¶
- __module__ = 'csc.parts'¶
- __setstate__(self: csc.parts.Type, state: int) None ¶
- __str__()¶
name(self: handle) -> str
- property name¶
- property value¶