Parameter von einer Baugruppe, mittels iLogic, in ein Bauteil mit ModelStates schreiben - Write parameters from an assembly to a part with Model States using iLogic
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Melden
Hallo,
wenn man einen Parameter von einer Baugruppe, mittels iLogic, in ein Bauteil schreiben möchte ist das einfach möglich durch folgende Zeile :
[translated with Google]
Hello,
if you want to write a parameter from an assembly to a component using iLogic, this is easily possible with the following line:
Parameter("elbow", "material") = material
Will man jedoch das gleich machen, wenn das Bauteil Modellzustände enthält, bekommt man eine Fehlermeldung, da vermutlich nicht definiert wurde auf welchen Modelzustand man den Parameter übergeben möchte.
Gibt es hier eine Möglichkeit wie man den Parameter auf einen bestimmten Modellzustand bzw. auf alle Modellzustände übergeben kann?
[translated with Google]
However, if you want to do the same if the component contains model states, you will get an error message, since it is likely that the model state to which the parameter is to be passed has not been defined.
Is there a way to transfer the parameter to a specific model state or to all model states?