shape_target property

shape_target property

Defines shape target of command effect. Read/write IShape.

Definition:

@property
def shape_target(self):
    ...

@shape_target.setter
def shape_target(self, value):
    ...

See Also