2021 Class
Changes 0
C

SteelElementProperties

Description:
This class is used to attach steel fabrication information to various Revit elements.
Remarks:
Revit elements which can have fabrication information are:
  • FamilyInstance (structural beams and columns).
  • StructuralConnectionHandler elements associated to the connection.
  • Specific steel connection elements (bolts, anchors, plates, etc). These connection elements will be of type element but with categories related to structural connections, for example:
    • OST_StructConnectionWelds
    • OST_StructConnectionHoles
    • OST_StructConnectionModifiers
    • OST_StructConnectionShearStuds
    • OST_StructConnectionBolts
    • OST_StructConnectionAnchors
    • OST_StructConnectionPlates
  • Some concrete elements (walls, floors, concrete beams, ...) when they are input elements to detailed steel connections.
The class also holds the link to the Steel Core elements.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.DB.Steel.SteelElementProperties
Name Return Type Description Inherited From
M AddFabricationInformationForRevitElements(Document, IList<ElementId>) IList<ElementId> This method adds fabrication information to the given elements.
M GetFabricationUniqueID(Document, Reference) Guid This method will return the fabrication id for the given reference.
M GetReference(Document, Guid) Reference This method will return the reference for the given fabrication id.
M GetSteelElementProperties(Element) SteelElementProperties Get SteelElementProperties for the input element if they exist.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. APIObject
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P UniqueID Guid This method will return the fabrication id. This represents the link between the Revit and the Steel Core element.
P IsReadOnly bool Identifies if the object is read-only or modifiable. APIObject