Showing 1-15 of 34 results for api+python (0.08 seconds)
  • Hi, While connecting, Python with Robot this error I am getting.
    Accepted Solutions In Forums | 2023-10-13
  • 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.
    Accepted Solutions In Forums | 2022-03-18
  • 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.
    Accepted Solutions In Forums | 2023-08-07
  • 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 ).
    Accepted Solutions In Forums | 2020-05-04
  • Hi all, I’have some problems to create a script which uses a “continue untill” a criteria is met.
    Accepted Solutions In Forums | 2020-09-15
  • 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?
    Accepted Solutions In Forums | 2019-11-26
  • 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?
    Accepted Solutions In Forums | 2020-02-25
  • 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 .
    Accepted Solutions In Forums | 2024-04-28
  • 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.
    Accepted Solutions In Forums | 2019-11-25
  • - 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.
    Accepted Solutions In Forums | 2025-11-04
  • 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.
    Accepted Solutions In Forums | 2022-05-05
  • 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?
    Accepted Solutions In Forums | 2020-04-27
  • How can i get the Deflection values after the reinforcement calculation using the api ?   I already have the following in python : # I.
    Accepted Solutions In Forums | 2023-07-19
  • Note that you can use VB, C#, Python to name only the most popular.
    Accepted Solutions In Forums | 2022-11-20
  • I looked for additions to the API , but did not find them. Is there any additional documentation to fill in these API gaps?
    Accepted Solutions In Forums | 2024-12-19