Showing 1-15 of 34 results for api+python (0.08 seconds)
-
Hi, While connecting, Python with Robot this error I am getting.
-
Best regards hi @polylouis As explained, your problem is probably due to not converting the label variable to a RobotLabel type, reason why you cannot access to datas.label = RobotLabel(labels.Create(IRobotLabelType.I_LT_PANEL_THICKNESS,"25mm")) Don't do implicit casting with robot API in python try setting explicitly your variable.
-
Greetings, I am currently trying to find ways to automate some tasks in Robot Structural Analysis using the API and my skills in Python . The issue however is that I have no idea where to start to be able to connect to the API and start using python in the way I intend to.
-
Hi all, I have already used the Robot API through VBA and I am not trying to replicate some work with Python (I am relatively new to Python ).
-
Hi all, I’have some problems to create a script which uses a “continue untill” a criteria is met.
-
After browsing tons of reference codes, I still can't find a way to create panels using API under Python . Could you please provide some pseudo code how to create a panel?
-
Could you transform this lines for a Python script? An example ( API GUIDE): Set Label = Robot.Project.Structure.labels.Create(I_LT_BAR_SECTION, "Beam 50*50") Dim section As RobotBarSectionData Set section = Label.Data section.ShapeType = I_BSST_CONCR_BEAM_RECT Dim concrete As RobotBarSectionConcreteData Set concrete = section.concrete concrete.SetValue I_BSCDV_BEAM_B, 0.5 concrete.SetValue I_BSCDV_BEAM_H, 0.5 section.CalcNonstdGeometry Robot.Project.Structure.labels.Store Label Robot.Project.Structure.Bars.Get(1).SetLabel I_LT_BAR_SECTION, "Beam 50*50" The last doubt, Anyone knows how to do a variable name of the section?
-
Warm regards, see also conbination buckling Steel design - CodeParams Steel design report [ API ] Define Membertype Adjoin Params 2025: Dynamo for Robot Structural 2025 hi @JynNg you can get help through the approved solutions on the forum, for example by searching for API and Python .
-
Hi, I would like to create some nodes in RSAP by Excel VBA API . I would like to give the coordinates and RSAP creates respective new nodes.
-
- Is this number accessible in the API ? In the API , there is a unique ID (UniqueID), but it does not correspond to the same number that appears in the table.
-
I want to know whether the RC member can be designed through the API of Robot Structure Analysis, and the amount of reinforcement can be derived.
-
Hi, How could I set some Paraameters of Buckling Analysis through Robot API . I've created new buckling analysis: app = RobotApplicationClass() NewBucklingCase = app.Project.Structure.Cases.CreateSimple(cases_new_number,BucklingCaseName,IRobotCaseNature.I_CN_EXPLOATATION,IRobotCaseAnalizeType.I_CAT_STATIC_BUCKLING) then I'd like to change number of modes @Rafal.Gaweda i saw that you are into Robot API , can i have some help from you?
-
How can i get the Deflection values after the reinforcement calculation using the api ? I already have the following in python : # I.
-
Note that you can use VB, C#, Python to name only the most popular.
-
I looked for additions to the API , but did not find them. Is there any additional documentation to fill in these API gaps?
- 1
- 2
- 3
-
