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 nulla null reference (Nothing in Visual Basic) or itself.
Return Value
bool
-
Thrown when 'cutter' isnullNothingnullptra null reference (Nothingin Visual Basic).
-
Thrown when 'cutter' refers to this instance.
-
Thrown when regeneration fails.