csc.model.CustomSelectionPolicy¶
- class csc.model.CustomSelectionPolicy¶
CustomSelectionPolicy enumerable
Default, // the entity is selected with other entities
Single, // the entity is selected only if the selection contains only from this entity
SingleType // the entity is selected only if the selection contains only entities of the same type
Members:
Default
Single
SingleType
- __init__(self: csc.model.CustomSelectionPolicy, value: int) None ¶
Methods
__init__
(self, value)Attributes
- Default = <CustomSelectionPolicy.Default: 0>¶
- Single = <CustomSelectionPolicy.Single: 1>¶
- SingleType = <CustomSelectionPolicy.SingleType: 2>¶
- __index__(self: csc.model.CustomSelectionPolicy) int ¶
- __init__(self: csc.model.CustomSelectionPolicy, value: int) None ¶
- __int__(self: csc.model.CustomSelectionPolicy) int ¶
- __members__ = {'Default': <CustomSelectionPolicy.Default: 0>, 'Single': <CustomSelectionPolicy.Single: 1>, 'SingleType': <CustomSelectionPolicy.SingleType: 2>}¶
- __module__ = 'csc.model'¶
- __setstate__(self: csc.model.CustomSelectionPolicy, state: int) None ¶
- __str__()¶
name(self: handle) -> str
- property name¶
- property value¶