Replies: 2 comments
-
|
Some new functions will be implemented soon, including Load file, where you could be available to implement more functions not implemented yet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Buenos días perfecto bueno seria tambien una funcion para extraer los
picture o screenshots para generar reportes personalizados desde fuera del
staad pro que no se como implementar o desarrollar esa función.
El vie, 21 mar 2025 a las 13:34, OpenStaad ***@***.***>)
escribió:
… Some new functions will be implemented soon, including Load file, where
you cull be available to implement more functions not implemented yet.
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5APEYZF4R4JWOWNFANZ3SL2VRESVAVCNFSM6AAAAABYMCXXLSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENJYGAZTSMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
he añadido esta función GetLoadCombinationCaseCount la cual ya puse en true en el json pero al ejecutarla me falla me dice error de llamado este es el cogido de la función:
from openstaad.tools import *
from comtypes import automation
from comtypes import client
class Load():
def init(self):
self._staad = client.GetActiveObject("StaadPro.OpenSTAAD")
self._load = self._staad.Load
y al llamarla me falla como podría yo implementar las otras funciones de carga o cualquier otra función puesto que aquí falla:
from openstaad import Load
load = Load()
count = load.GetLoadCombinationCaseCount()
print(count)
Beta Was this translation helpful? Give feedback.
All reactions