Combine drawings for cad automatically

Issue #217 resolved
Ali Ozdemir created an issue

I created an example project. It has deck & cross frame and both objects have cadd from 3d definition. Is it possible to see combined drawings as cadd project automatically?

https://openbrim.org/9C3FD526-BD1F-41AE-91E7-608B686829A8_objidyzd99fwfqtt2o4s77he493t39b.revision

Comments (3)

  1. Ali Koc

    You can do this using CADDFrom3D object. Put all 3D object that you want included in the 2D drawing in a Group. For example, if you have a group named View3D containing all the objects you want shown on the 2D drawing, you can create a 2D drawing using a CADDFrom3D object as shown below.

    <O N="MyCADDFrom3D" T="CADDFrom3D" RX="PI/2" RZ="PI/2">
         <P N="Obj3D" V="View3D" T="Group" />
    </O>
    
  2. Ali Koc

    Starting v3.160922, OpenBrIM supports a new entity allowing you to embed drawings into other drawings. See below screenshot.

    container_object.gif

  3. Log in to comment