2027 Class
Changes 0
C

JoinGeometryUtils

Description:
Utilities for joining and unjoining elements, and for managing the order in which elements are joined.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.JoinGeometryUtils
public static class JoinGeometryUtils
Name Return Type Description
M AreElementsJoined(Document, Element, Element) Boolean Determines whether two elements are joined.
M GetJoinedElements(Document, Element) ICollection<ElementId> Returns all elements joined to given element.
M IsCuttingElementInJoin(Document, Element, Element) Boolean Determines whether the first of two joined elements is cutting the second element.
M JoinGeometry(Document, Element, Element) None Creates clean joins between two elements that share a common face.
M SwitchJoinOrder(Document, Element, Element) None Reverses the order in which two elements are joined.
M UnjoinGeometry(Document, Element, Element) None Removes a join between two elements.