Upload Options
Within Paragon Design Layout mode, it's possible to upload certain files to expedite 3D layout creation.
Additional methods for referencing external files in Paragon layouts are documented in the following topics:
Upload IFC Files (BETA)
Supported IFC (Industry Foundation Class) files can be uploaded into Paragon Design to expedite layout creation by automatically inserting Paragon objects into layouts.
The following objects are supported:
Bearing Envelopes
Roof Planes
Beta Feature
This feature requires IFC files to follow certain guidelines to successfully upload into Paragon. If your file fails to upload, please email the .ifc file to [email protected] to help us refine and improve the IFC upload feature.

IFC File Guidelines
Since this is a specialized feature, your IFC files must follow certain guidelines to be successfully imported. If your file depends on objects Paragon does not support, the import may fail or be incomplete.
Scope
Paragon tries to generate two Layout objects from IFC files: Roof Planes and Bearing Envelopes. No other objects will ever be generated by importing IFC files.
We only support a limited subset of all IFC objects. IFC files that depend upon objects that we do not support for the definition of roof- and wall-related objects may not import. The supported objects are:
ActorRole, Application, ArbitraryClosedProfileDef, ArbitraryProfileDefWithVoids, Axis2Placement (2D and 3D), BooleanClippingResult, BooleanResult, BuildingElementPart, BuildingStorey, CartesianPoint, CartesianPointList3D, CartesianTransformationOperator (2D and 3D), CircleProfileDef, ClosedShell, ConnectedFaceSet, ConversionBasedUnit, Covering, DimensionalExponents, Direction, ElementAssembly, ExtrudedAreaSolid, Face, FaceBound, FaceOuterBound, FacetedBrep, GeometricCurveSet, GeometricRepresentationContext, GeometricRepresentationSubContext, HalfSpaceSolid, LocalPlacement, MappedItem, MeasureWithUnit, Member, MonetaryUnit, OpenShell, Organization, OwnerHistory, Person, PersonAndOrganization, Plane, Plate, PolygonalBoundedHalfSpace, PolyLine, PolyLoop, ProductDefinitionShape, ProfileDef, RectangleProfileDef, RelAggregates, RelContainedInSpatialStructure, RepresentationMap, Roof, ShapeRepresentation, ShellBasedSurfaceModel, SIUnit, Slab, Space, TriangulatedFaceSet, UnitAssignment, Wall, and WallStandardCase.
Roof Planes
Paragon attempts to construct Roof Planes from Slabs where the predefined type is ROOF or NOTDEFINED and from Roofs (hereafter, Slabs). For each Slab, a solid is constructed using the standard procedure (described below). Each Slab is then converted into polygons representing the Roof Planes by taking the faces that at least partially face upward. If the Slab is less than 3.5" thick, then we follow the same procedure but use the faces that at least partially face downward instead, selecting the single face with the largest area.
In short, we use the top faces of Slabs that are at least 3.5" thick and the largest bottom face for all others. 3.5" is the minimum thickness that a Slab could be to contain part of a roof truss within it (thus making the roof plane be the top face). Otherwise, the Slab clearly isn't supposed to contain the truss but rather bound it, hence why we use the bottom face.
Each face is then passed to our standard polygon to Roof Plane conversion process. Slabs that we are unable to turn into Roof Planes during the import process are, in general, ignored rather than throwing an error.
Note that Slabs intended to represent Ceiling Planes will be imported as Roof Planes.
Bearing Envelopes
Paragon attempts to construct Bearing Envelopes from Walls, WallStandardCases, and BuildingElementParts (hereafter, Walls). For each Wall, a solid is constructed using the standard procedure (described below). If the solid is not convex, we attempt to construct and use a convex hull. Each Wall is then converted to a Bearing Envelope.
Bearing Envelopes in Paragon must have a rectangular footprint and have top and bottom heights. Because of that, we don't support Bearing Envelopes with sloped top or bottom faces. To account for the potential for sloped faces when importing IFC files, we determine the top and bottom elevations by taking the height of the vertices of the faces that face the most up and down of each Wall that produce the smallest solid. For instance, if a Wall has bottom faces that slope from 0' to 1' and top faces that slope from 8' to 10', the Bearing Envelope produced from it will have a bottom elevation of 1' and a top elevation of 8'.
The rectangular footprint of the constructed Bearing Envelope is a rectangle that contains all of the points of the top face of the Wall solid cut off at the top height.
Each Bearing Envelope is then added to the Layout. Walls that we are unable to turn into Bearing Envelopes during the import process are, in general, ignored rather than throwing an error.
Constructing Solids
We attempt to construct the proper 3D geometry of each object that we want to use, but we try to be flexible if the geometry is wrong. If an object only has one face, we extrude that face upward slightly to construct a valid 3D solid (less than 3.5” so that the bottom face original to the file is used). If an object has extra faces (or can't form a valid solid for other reasons), we construct the convex hull of the faces that we have and use that.
Last updated

