Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ilogic, Arbeitspunkte in Baugruppe erzeugen/ ilogic, create working points inside an assembly

0 REPLIES 0
Reply
Message 1 of 1
thomas_h_T36UT
68 Views, 0 Replies

ilogic, Arbeitspunkte in Baugruppe erzeugen/ ilogic, create working points inside an assembly

Hallo,

ich möchte in einer Baugruppe sechs Arbeitspunkte erzeugen, die mit den untenstehenden Abhängikeiten versehen werden sollen.

Aktuell habe ich die Punkte von Hand erzeugt, umbenannt und durch die Regel unten platziert.

Ist es möglich, die Regel um das Erzeugen und umbenennen zu erweitern?

Hat jemand einen Vorschlag, wie ich einen benannten Arbeitspunkt in einer Baugruppe erzeuge?

 

Hello,

I would like to create six working points in an assembly, which are to be provided with the constraints below.

Currently I have created the points manually, renamed them and placed them at the bottom using the rule.

Is it possible to add create and rename to the rule?

Does anyone have a suggestion on how to create a named working point in an assembly?

 

‚"AP_A:1", "AP_A:2", "AP_A:3"

Constraints.AddMate("AP_A:1", "", "XZ Plane", "", "Arbeitspunkt A")

Constraints.AddMate("AP_A:2", "", "A", "", "Arbeitspunkt A")

Constraints.AddMate("AP_A:3", "Ausleger", "XY Plane", "",

                    "Arbeitspunkt A")

 

‚ "AP_Z:1", "AP_Z:2", "AP_Z:3"

Constraints.AddMate("AP_Z:1", "", "XZ Plane", "", "Arbeitspunkt Z")

Constraints.AddMate("AP_Z:2", "", "YZ Plane", "", "Arbeitspunkt Z")

Constraints.AddMate("AP_Z:3", "Ausleger", "XY Plane", "",

                    "Arbeitspunkt Z")

 

‚"AP_Ai:1", "AP_Ai:2", "AP_Ai:3"

Constraints.AddMate("AP_Ai:1", "", "XZ Plane", "", "Arbeitspunkt Ai")

Constraints.AddMate("AP_Ai:2", "", "Ai", "", "Arbeitspunkt Ai")

Constraints.AddMate("AP_Ai:3", "Ausleger", "XY Plane", "",

                    "Arbeitspunkt Ai")

 

‚"AP_Bef:1", "AP_Bef:2", "AP_Bef:3"

Constraints.AddMate("AP_Bef:1", "", "Befestigung", "",

                    "Arbeitspunkt Befestigung")

Constraints.AddMate("AP_Bef:2", "", "Z Axis", "",

                    "Arbeitspunkt Befestigung")

 

‚"AP_Aa:1", "AP_Aa:2", "AP_Aa:3"

Constraints.AddMate("AP_Aa:1", "", "Aa", "", "Arbeitspunkt Aa")

Constraints.AddMate("AP_Aa:2", "", "XZ Plane", "", "Arbeitspunkt Aa")

Constraints.AddMate("AP_Aa:3", "", "UK", "", "Arbeitspunkt Aa")

 

‚"AP_Bauh:1", "AP_Bauh:2"

Constraints.AddMate("AP_Bauh:1", "", "Bauhöhe", "",

                    "Arbeitspunkt Bauhöhe")

Constraints.AddMate("AP_Bauh:2", "", "Z Axis", "",

                    "Arbeitspunkt Bauhöhe")

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report