|
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.
|