Skip to content

HandleList

implementation of the handle list

HandleList

Canonical path: TypeCollections.HandleList.HandleList

Bases: list[HandleProperties]

implementation of the handle list

enable_transform property writable

enable_transform: bool

enable transformation

Returns:

  • bool

    True if transformation is enabled

__init__

__init__(trans_stack: TransformationStack = TransformationStack(MM, RADIAN))

initialize

Parameters:

append

append(handle: HandleProperties)

add a handle to the list

Parameters:

clear

clear()

clear the handle list

Placeholder