Foro de Soporte Allplan

[Pregunta] Kann man Unter-SmartParts, die per CALL aufgerufen werden, extra auswerten? [Guardado]

Etiquetas:
  • SmartPart
  • Call

Hallo, ich möchte gerne per CALL ein SmartPart aufrufen.
Das klappt auch alles so wie ich es möchte.
Jetzt wäre mir aber recht, wenn das aus dem CALL gerufene SmartPart getrennt vom Haupt-SmartPart abgerufen werden kann.
Ich denke, dass das geladene SmartPart einfach in das andere SmartPart nur grafisch eingefügt wird und keine eigene Allright.-ID erhält, liege ich da richtig, oder gibt es doch eine Möglichkeit?
Danke

Ich entwickle herstellerübergreifende Einbauteil-Generatoren
Zu den Einbauteilen: https://www.suppgra.de/downloads/
E-Mail: peter.poeppl (please no spam) @ (please no spam) SUPPGRA.DE
Mobil: 0152 54 988 998
Telefon: +49 (0) 8464/2469946
Homepage: http://www.SUPPGRA.DE (für Faule), oder http://www.SUPPGRADE.DE
LinkedIN: https://www.linkedin.com/in/peter-poeppl/
Webinar: https://20502.webinaris.co/12088/supparts_2024.html?mode=L&v=4

Show solution Hide solution

CALL_OBJ

CALL_OBJ is similar to CALL and calls another SmartParts object (subscript).
The result is a group of objects, if setting of SmartPart is set to "Enable countable subobjects".

Syntax

CALL subscript_name [,parameter_list]

CALL subscript_name PARAMETERS [name1=value1 , ... namen=valuen]

CALL subscript_name PARAMETERS ALL

Parameters: see CALL
Usable since script version 1.3 (Allplan 2013-1).

CALL_OBJ

CALL_OBJ is similar to CALL and calls another SmartParts object (subscript).
The result is a group of objects, if setting of SmartPart is set to "Enable countable subobjects".

Syntax

CALL subscript_name [,parameter_list]

CALL subscript_name PARAMETERS [name1=value1 , ... namen=valuen]

CALL subscript_name PARAMETERS ALL

Parameters: see CALL
Usable since script version 1.3 (Allplan 2013-1).

Thanks, u made my day

Ich entwickle herstellerübergreifende Einbauteil-Generatoren
Zu den Einbauteilen: https://www.suppgra.de/downloads/
E-Mail: peter.poeppl (please no spam) @ (please no spam) SUPPGRA.DE
Mobil: 0152 54 988 998
Telefon: +49 (0) 8464/2469946
Homepage: http://www.SUPPGRA.DE (für Faule), oder http://www.SUPPGRADE.DE
LinkedIN: https://www.linkedin.com/in/peter-poeppl/
Webinar: https://20502.webinaris.co/12088/supparts_2024.html?mode=L&v=4