Forum

(API) Component Manager Robot

Home Forums Temas ou Discussões (API) Component Manager Robot

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • loyccenka
    Guest
    Post count: 172

    Hi all.

    I would like to know how to call and manipulate objects created in a model. In particular, I would like to create a footing (for instance) and call to this object using Excel VBA in order to change the properties etc…

    I know the code for calling to Robot elements (nodes, bars, loads, etc…) but I have never used the RC component manager (footings, columns, beams, etc…). Should I load any additional reference in Excel?

    Dim robApp As RobotApplication
    Set robApp = New RobotApplication

    Dim robCim As RobotProjectComponentMngr
    Set robCim = robApp.Project.ComponentMngr

    …. ?

    Thanks in advance.

    kaneza
    Guest
    Post count: 172

    First run the example code with RobotOM.

    loyccenka
    Guest
    Post count: 172

    Yes, it works. I have access to the objec

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Home Forums Temas ou Discussões (API) Component Manager Robot