FamilyInstance.AddCoping
Description:
Adds a coping (cut) to a steel beam.
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.
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
)
-
cutterA steel beam or column. May not be null or itself.
-
Thrown when 'cutter' is.
-
Thrown when 'cutter' refers to this instance.
-
Thrown when regeneration fails.