GRAPHISOFT®

Python APIVersion: 0.23 Beta

StartDrawing

Enters Drawing mode for a DrawingData structure.

def StartDrawing () -> None

 

Remarks

Entering Drawing mode makes each subsequent call to any Element creation function to be redirected to the Drawing Data, which means no actual Element creation.

Only one DrawingData can be in Drawing mode at one time, as this is a global state. Subsequent calls to StartDrawing, or using StartDrawing and StopDrawing on two different instances of DrawingData results in undefined behavior.

 

Requirements

Version: Python API 0.1 or Later
Module: GS

 

See Also

DrawingData
StopDrawing