Results 1 to 3 of 3

Thread: Create Bar Group

  1. #1
    Member
    Join Date
    2012-09
    Posts
    3
    Login to Give a bone
    0

    Default Create Bar Group

    Dear all,

    I would like to create a bar group in Robot yet I am not able to perform the basic steps.

    Could you give me further help?

    Thanks in advance.

    Code:
    Private Sub Hi_CreateBarCollection()
    
    
    'Main object representing Robot application ===
    Dim m_robot As New RobotApplication
     
    'Create Column bars=================================
    
    Dim col As RobotObjOperationCollection
    Dim colnam As String
    Dim barcol As String
    
    
    colnam = "Column"
    barcol = "1to12"
    
    
    Dim m_col As RobotGroupObjectServer
    Set m_col = m_robot.Project.Structure.Groups
    m_col.Create
    
    End Sub

  2. #2
    Member
    Join Date
    2010-04
    Posts
    46
    Login to Give a bone
    0

    Default Re: Create Bar Group

    Have you tried to search or ask there:
    http://forums.autodesk.com/t5/Robot-...I/td-p/3899448

    Regards,

  3. #3
    Member
    Join Date
    2012-09
    Posts
    3
    Login to Give a bone
    0

    Default Re: Create Bar Group

    No I haven't.
    I tried to find some content similar to it in previous posts but failed. Guess didn't know how to do it.
    Thanks for the Help, Pawel.

    P.S. - Is it possible to delete the next post after this one created by me? It's a copy.

Similar Threads

  1. 2014: Create Bar Group with ROS
    By ruiabg960795 in forum Robot Structural Analysis
    Replies: 0
    Last Post: 2014-02-04, 02:15 PM
  2. create new system group
    By hicham3617440183 in forum AMEP General
    Replies: 0
    Last Post: 2012-11-25, 02:01 PM
  3. Create new group parameter under category
    By rmejia in forum Revit Architecture - General
    Replies: 2
    Last Post: 2009-05-21, 09:10 PM
  4. Create the Group
    By avinash00002002 in forum VBA/COM Interop
    Replies: 1
    Last Post: 2006-02-08, 03:47 PM
  5. Create new entity group
    By csgohjmj in forum AutoLISP
    Replies: 10
    Last Post: 2004-08-11, 07:37 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •