Share

FamilyInstance.AddCoping Method

Adds a coping (cut) to a steel beam.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool AddCoping(
	FamilyInstance cutter
)

Parameters

cutter  FamilyInstance
A steel beam or column. May not be nullptr or itself.

Return Value

Boolean

Exceptions

ExceptionCondition
ArgumentNullExceptionThrown when 'cutter' is nullptr.
ArgumentExceptionThrown when 'cutter' refers to this instance.
InvalidOperationExceptionThrown when regeneration fails.

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.

See Also

Reference

Was this information helpful?