Forum

(API) Component Manager Robot

Início Fóruns Temas ou Discussões (API) Component Manager Robot

A visualizar 3 artigos - de 1 a 3 (de um total de 3)
  • Autor
    Artigos
  • loyccenka
    Convidado
    Número de artigos: 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
    Convidado
    Número de artigos: 172

    First run the example code with RobotOM.

    loyccenka
    Convidado
    Número de artigos: 172

    Yes, it works. I have access to the objec

A visualizar 3 artigos - de 1 a 3 (de um total de 3)
  • Tem de iniciar sessão para responder a este tópico.

Início Fóruns Temas ou Discussões (API) Component Manager Robot