Results 1 to 3 of 3

Thread: create 3D beam system

  1. #1
    All AUGI, all the time
    Join Date
    2006-08
    Posts
    636
    Login to Give a bone
    0

    Default create 3D beam system

    i'm trying to create beam system directly from face based roof using Revit API, get 3D profiles from roof, make beam system, etc., so far it works for planar roof faces, Revit API do provide an option for 3D case, but it doesn't work for me if i set is3D to true:

    BeamSystem bs = rev.ActiveDocument.Create.NewBeamSystem(profile, sketchplane, direction, true);

    from Revit SDK, it says "If the BeamSystem is 3D, the inputted sketchPlane must be a level, or an exception will be thrown out", so i used Level instead of SketchPlane but it won't even compile, any inside knowledge will be very much appreciated!
    Attached Images Attached Images
    • File Type: jpg x.jpg (27.7 KB, 33 views)

  2. #2
    All AUGI, all the time
    Join Date
    2006-08
    Posts
    636
    Login to Give a bone
    0

    Default Re: create 3D beam system

    does anyone sucessfully create non_planar 3D beam system using Revit API?
    Last edited by joe.zhou; 2009-07-03 at 12:10 AM.

  3. #3
    Login to Give a bone
    0

    Default Re: create 3D beam system

    Hi. To create a 3D Beam System you must set doc.activeview.sketchplane = sketchplane of the 3d beam system, then BeamSystem sistviga = doc.Create.NewBeamSystem(arraycurve, doc.ActiveView .SketchPlane, XYZ.BasisY, false); If you set it to true it doesnt work, why? i dont know.

Similar Threads

  1. The beam system tool should allow users to specify the location of the first beam.
    By Wish List System in forum Revit Structure - Wish List
    Replies: 1
    Last Post: 2013-06-08, 03:32 PM
  2. Create a new beam system justification that is "Center Space"
    By Wish List System in forum Revit Structure - Wish List
    Replies: 0
    Last Post: 2013-03-04, 09:24 PM
  3. 2013: MAKING OPENING IN A BEAM AND/OR BEAM SYSTEM
    By tcrawford1978 in forum Revit Structure - General
    Replies: 4
    Last Post: 2012-07-12, 09:39 PM
  4. Editing Beam Extensions or slope in a Beam System?
    By thredge in forum Revit Architecture - General
    Replies: 0
    Last Post: 2009-03-24, 04:23 PM
  5. using the beam system tag on beams that wern't created with the system tool
    By khanson-3b in forum Revit Structure - General
    Replies: 5
    Last Post: 2006-08-16, 02:47 PM

Posting Permissions

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