NewFormByThickenSingleSurface Method


Family Item Factory New Form By Thicken Single Surface Method

Create a new Form element by thickening a single-surface form, and add it into the Autodesk Revit family document.

Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Form NewFormByThickenSingleSurface(
	bool isSolid,
	Form singleSurfaceForm,
	XYZ thickenDir
)

Parameters

isSolid Boolean
Indicates if the Form is Solid or Void.
singleSurfaceForm Form
The single-surface form element. It can have one top/bottom face or one side face.
thickenDir XYZ
The offset of capped solid.

Return Value

Form
This function will modify the input singleSurfaceForm and return the same element.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →