disguise developers

Python API

Execute Python code in Designer sessions to control and query projects programmatically.

ReferencePointSet

Properties

points : List[ReferencePoint]

Methods

allPoints(self) -> List[ReferencePoint]

append(self, point: ReferencePoint)

findActiveTracked(self) -> List[ReferencePoint]

findInactiveTracked(self) -> List[ReferencePoint]

findUnparented(self) -> List[ReferencePoint]

findUnused(self) -> List[ReferencePoint]

numReferencePointsLinedUp(self, muted: bool) -> int

remove(self, point: ReferencePoint)