2024 Method
Changes 0
M

BRepBuilder.SetAllowShortEdges

Description:
Make BRepBuilder allow edges that it would normally disallow as being too short for Revit geometry.
Remarks:
When used, this function must be called before any geometry is defined (e.g., just after constructing a BRepBuilder object). Geometry with short edges may not be as reliable as fully valid geometry. This option is intended to allow the construction of geometry such as mechanical items with small features that is not expected to interact much with other Revit elements.
public void SetAllowShortEdges()