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

Single

SingleType

name

value

Default = <CustomSelectionPolicy.Default: 0>
Single = <CustomSelectionPolicy.Single: 1>
SingleType = <CustomSelectionPolicy.SingleType: 2>
__annotations__ = {}
__eq__(self: object, other: object) bool
__getstate__(self: object) int
__hash__(self: object) int
__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'
__ne__(self: object, other: object) bool
__repr__(self: object) str
__setstate__(self: csc.model.CustomSelectionPolicy, state: int) None
__str__()

name(self: handle) -> str

property name
property value