<Code Lib>
2020 Method
Changes 0
M

FamilyInstance.AddCoping

Description:
Adds a coping (cut) to a steel beam.
Remarks:
This beam will be cut to fit another element, the cutter. The cut will include an offset determined by the parameter STRUCTURAL_COPING_DISTANCE. The parameter affects all copings on this element. This function corresponds to Tools -> Coping in Revit Structure.

public bool AddCoping(
	FamilyInstance cutter
)

Return Value bool

Loading…