Truss.AttachChord
Description:
Attach a truss's specific chord to a specified element, the element should be a roof or floor.
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
)
-
attachToElementThe element to which the truss's chord will attach. The element should be a roof or floor.
-
locationThe chord need to be attached.
-
BooleanforceRemoveSketchWhether to detach the original sketch if there is one.