2020 Method
Changes 0
M

FamilyItemFactory.NewFormByThickenSingleSurface

Description:
Create a new Form element by thickening a single-surface form, and add it into the Autodesk Revit family document.
public Form NewFormByThickenSingleSurface(
	bool isSolid,
	Form singleSurfaceForm,
	XYZ thickenDir
)
Return Value Form This function will modify the input singleSurfaceForm and return the same element.