on 2026-03-18 09:39 AM
In MEP Designer, Properties are optional,user-defined data assigned too your ducts, pipes, fittings, cable trays, and equipment to provide additional, searchable information.
Use the Property Manager (Options > Property Manager) to create and delete properties and customize their availability.
Properties work together with classifications and systems: classification defines what the element is, the MEP System defines which system it belongs to, and properties describe its technical and project-specific characteristics.
In a typical MEP project, you will work with three main kinds of properties:
Built-in properties
Core information coming from the element itself (e.g., Size, Length, Elevation, System).
Custom project properties
User-defined fields tailored to your standards, such as Fire rating, Insulation type, Acoustic performance, or Installation zone.
Calculated properties via Expressions
Properties whose values are not entered manually but are calculated from other data (for example pipe volume).
This combination lets you keep raw model data clean while still deriving all the values you need for coordination and documentation.
Open Property Manager
Create the Property
Choose a Data Type
Define Values
Set Classification Availability
Expressions are formulas that calculate property values automatically based on other properties or element parameters.
They can use:
You typically use Expressions to:
Avoid manual calculations for repetitive tasks (for example, pipe volume or duct surface area).
Enforce project rules (for example, choose an insulation thickness depending on pipe diameter).
Generate “smart” text outputs for labels or schedules (for example, formatted system descriptions).
Expressions are stored as part of property definitions, so once you set them up in your template, every new MEP element can benefit from them automatically.
Create a New Expression-Defined Property: Step By Step
Calculates the internal water capacity of a pipe.
Data Type: Volume
Formula: PI * ( (Diameter (MEP) / 2 ) ^ 2 ) * MEP/Length (MEP)
Ventilation velocity is already part of MEP calculation data, and an expression can turn it into a schedule-friendly QA result. Check every rigid duct segment, if the ventilation velocity is bigger than 6 m/s.
Data Type: String
Formula: IF (Ventilation Velocity > 6; "Check Size"; "OK" )
Using properties and Expressions effectively allows you to:
Reduce manual data entry and recalculation.
Keep model information consistent across drawings, schedules, and exports.
Encode your office’s MEP design rules directly into the model.
Generate more reliable quantities and system-level metrics with less effort.