Skip to content

RebarHostData

Public Class

Interface to rebar-specific data stored in each valid rebar host element.

Inheritance Hierarchy

System.Object
Autodesk.Revit.DB.Structure.RebarHostData

Namespace: Autodesk.Revit.DB.Structure

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public class RebarHostData : IDisposable

The RebarHostData type exposes the following members.

Properties

Name

Description


Public Property
IsValidObject

Specifies whether the .NET object represents a valid Revit entity.


Methods

Name

Description


Public Method

Releases all resources used by the RebarHostData


Public Method

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)


Public Method

Returns all AreaReinforcement elements hosted by the referenced element.


Public Method

If all exposed faces of the host have the same associated CoverType, return that CoverType; otherwise, return ..


Public Method

Gets the CoverType associated with a face of the element.


Public Method

Returns all the exposed faces, that is, those that have an associated CoverType.


Public Method

Returns all FabricArea elements hosted by the referenced element.


Public Method

Returns all FabricSheet elements hosted by the referenced element.


Public Method

GetHashCode

Serves as the default hash function.
(Inherited from Object)


Public Method

Returns all PathReinforcement elements hosted by the referenced element.


Public Method

Returns all RebarContainer elements hosted by the referenced element.


Public Method
Static Member
GetRebarHostData

Gets a RebarHostData object referring to the specified rebar host element.


Public Method
Static Member
GetRebarHostDirectNeighbors

Returns a set of ElementIds for Elements joined to the provided host element.


Public Method

Returns all Rebar elements hosted by the referenced element.


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method
IsFaceExposed

Checks whether the specified face is considered exposed, and therefore has an associated CoverType.


Public Method
Static Member
IsReferenceContainedByAValidHost

Identifies whether an element that contains the given reference can host reinforcement.


Public Method
IsValidHost.

Reports whether the element is a valid rebar host.


Public Method
Static Member
IsValidHost(Element)

Identifies whether a given element can host reinforcement.


Public Method

Associate a single CoverType with all exposed faces of the host element.


Public Method

Associates the specified CoverType with the specified face of the element.


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)


Remarks

Rebar host elements keep track of the “exposed faces,” those that are not completely concealed by another rebar host. Faces may be concealed by joins; for instance, the top face of a beam that supports a slab is concealed. Faces can also be concealed by adjacency; for instance, the bottom face of a column that is supported by a foundation. Each exposed face of a rebar host must have a valid CoverType associated with it.

Rebar hosts also have cover parameters, providing a limited interface to the

and methods. Each parameter simply gets or sets the cover setting associated with one or more particular faces of the host.

  • CLEAR_COVER_EXTERIOR (walls only)
  • CLEAR_COVER_INTERIOR (walls only)
  • CLEAR_COVER_OTHER (all hosts except in-place families and stairs)
  • CLEAR_COVER (in-place families and stairs)
  • CLEAR_COVER_TOP (all hosts except walls, in-place families, and stairs)
  • CLEAR_COVER_BOTTOM (all hosts except walls, in-place families, and stairs)