Assembly: Adds a dragger object to the assembly, so that assembly tools can access a dragger.

This commit is contained in:
PaddleStroke
2024-03-08 09:53:24 +01:00
committed by Yorik van Havre
parent 136d73ec1e
commit 6a834422e7
4 changed files with 182 additions and 1 deletions

View File

@@ -13,11 +13,35 @@
<Author Licence="LGPL" Name="Ondsel" EMail="development@ondsel.com" />
<UserDocu>This is the ViewProviderAssembly class</UserDocu>
</Documentation>
<Methode Name="getDragger">
<Documentation>
<UserDocu>
Return the assembly dragger coin object.
getDragger() -> SoFCCSysDragger
Returns: dragger coin object of the assembly
</UserDocu>
</Documentation>
</Methode>
<Attribute Name="EnableMovement">
<Documentation>
<UserDocu>Enable moving the parts by clicking and dragging.</UserDocu>
</Documentation>
<Parameter Name="EnableMoving" Type="Boolean" />
</Attribute>
<Attribute Name="DraggerVisibility">
<Documentation>
<UserDocu>Show or hide the assembly dragger.</UserDocu>
</Documentation>
<Parameter Name="DraggerVisibility" Type="Boolean" />
</Attribute>
<Attribute Name="DraggerPlacement" ReadOnly="false">
<Documentation>
<UserDocu>Placement of the assembly dragger object.</UserDocu>
</Documentation>
<Parameter Name="Placement" Type="Object" />
</Attribute>
</PythonExport>
</GenerateModel>