Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Domains/1-Common/Profiles/Profiles.ecschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@
<BaseClass>ParametricProfile</BaseClass>
<ECProperty propertyName="Thickness" typeName="double" displayLabel="Thickness" description="Profile Thickness." category="ProfileProperties" kindOfQuantity="AECU:LENGTH_SHORT" />
<ECProperty propertyName="CelluralPlateThickness" typeName="double" displayLabel="Cellural Plate Thickness" description="Additional plate under the rest of the profile (optional)." category="ProfileProperties" kindOfQuantity="AECU:LENGTH_SHORT" />
<ECProperty propertyName="CoverageWidth" typeName="double" displayLabel="Coverage Width" description="Width of coverage." kindOfQuantity="AECU:LENGTH_SHORT" />
</ECEntityClass>

<ECEntityClass typeName="StandardDeckProfile" modifier="Sealed" displayLabel="Standard Deck Profile" description="Standard Deck Shape Profile.">
Expand Down
Loading