FreeFormElement Class


A Free Form Element that contains non-parametric geometry created from an input solid outline.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2014

Syntax

C#
public class FreeFormElement : GenericForm
Visual Basic
Public Class FreeFormElement _
	Inherits GenericForm
Visual C++
public ref class FreeFormElement : public GenericForm

Remarks

The element can participate in joins and void cuts with other combinable elements.

Inheritance Hierarchy

See Also