Add BoundBox property to Path, usable without a gui.

This commit is contained in:
Markus Lampert
2019-09-30 16:24:59 -07:00
parent 2520a5e159
commit 2ba54fe4cc
4 changed files with 87 additions and 0 deletions

View File

@@ -40,6 +40,12 @@ commands (optional) is a list of Path commands</UserDocu>
</Documentation>
<Parameter Name="Center" Type="Object"/>
</Attribute>
<Attribute Name="BoundBox" ReadOnly="true">
<Documentation>
<UserDocu>the extent of this path</UserDocu>
</Documentation>
<Parameter Name="BoundBox" Type="Object"/>
</Attribute>
<Methode Name="addCommands">
<Documentation>
<UserDocu>adds a command or a list of commands at the end of the path</UserDocu>