2027 Members
Changes 0
M

RebarHostData Methods

Name Return Type Description Inherited From
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetAreaReinforcementsInHost() IList<AreaReinforcement> Returns all AreaReinforcement elements hosted by the referenced element.
M GetCommonCoverType() RebarCoverType If all exposed faces of the host have the same associated CoverType, return that CoverType; otherwise, return null .
M GetCoverType(Reference) RebarCoverType Gets the CoverType associated with a face of the element.
M GetExposedFaces() IList<Reference> Returns all the exposed faces, that is, those that have an associated CoverType.
M GetFabricAreasInHost() IList<FabricArea> Returns all FabricArea elements hosted by the referenced element.
M GetFabricSheetsInHost() IList<FabricSheet> Returns all FabricSheet elements hosted by the referenced element.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetPathReinforcementsInHost() IList<PathReinforcement> Returns all PathReinforcement elements hosted by the referenced element.
M GetRebarContainersInHost() IList<RebarContainer> Returns all RebarContainer elements hosted by the referenced element.
M GetRebarHostData(Element) RebarHostData Gets a RebarHostData object referring to the specified rebar host element.
M GetRebarHostDirectNeighbors(Element) ISet<ElementId> Returns a set of ElementIds for Elements joined to the provided host element.
M GetRebarsInHost() IList<Rebar> Returns all Rebar elements hosted by the referenced element.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsFaceExposed(Reference) Boolean Checks whether the specified face is considered exposed, and therefore has an associated CoverType.
M IsReferenceContainedByAValidHost(Document, Reference) Boolean Identifies whether an element that contains the given reference can host reinforcement.
M IsValidHost() Boolean Reports whether the element is a valid rebar host.
M IsValidHost(Element) Boolean Identifies whether a given element can host reinforcement.
M SetCommonCoverType(RebarCoverType) None Associate a single CoverType with all exposed faces of the host element.
M SetCoverType(Reference, RebarCoverType) None Associates the specified CoverType with the specified face of the element.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object