Editor Class API Documentation
Object for managing and accessing objects from the Model Editor
The Editor class is a special class that allows you to manage and access the objects from the Model Editor. Use the line below to access the Editor.
from model_editor import Editor
See below for the list of Properties and methods.
Get the entire Dragonfly Model currently on the canvas.
selected_room_2ds
Get the currently selected Room2Ds on the canvas.
selected_room_3ds
Get the currently selected 3D Rooms on the canvas.
selected_shades
Get the currently selected ContextShade objects on the canvas.
Get a list of LineSegment2D, Polyline2D, and Polygon2D objects on the canvas.
Get the units system of the Model currently on the canvas.
Get the tolerance of the Model currently on the canvas.
angle_tolerance
Get the angle tolerance of the Model currently on the canvas.
Update the Model in the editor with any edits that have been made.