FreeFormElement.UpdateSolidGeometry Method

Updates the geometry of the FreeForm element to the given shape preserving References to the existing geometry where possible (see remarks for rules).


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

Syntax

C#

public void UpdateSolidGeometry(
	Solid newGeometry
)

Parameters

newGeometry  Solid
The new geometry to set in the FreeForm element.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

Rules for preserving References: Edges are preserved as References if and only if exclusively bound to faces that are also preserved as References.

See Also

Reference

FreeFormElement Class
Autodesk.Revit.DB Namespace