alignment_point property

alignment_point property

When true, this operator emulator serves as an alignment point; that is, designated alignment points in other equations can be aligned with it. Default: false

Definition:

@property
def alignment_point(self):
    ...

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

See Also