2024 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
)
  • Boolean
    isSolid
    Indicates if the Form is Solid or Void.
  • singleSurfaceForm
    The single-surface form element. It can have one top/bottom face or one side face.
  • thickenDir
    The offset of capped solid.
Return Value Form This function will modify the input singleSurfaceForm and return the same element.