2026 Method
Changes 0
M

Truss.AttachChord

Description:
Attach a truss's specific chord to a specified element, the element should be a roof or floor.
public void AttachChord(
	Element attachToElement,
	TrussChordLocation location,
	bool forceRemoveSketch
)
  • attachToElement
    The element to which the truss's chord will attach. The element should be a roof or floor.
  • location
    The chord need to be attached.
  • Boolean
    forceRemoveSketch
    Whether to detach the original sketch if there is one.