FamilyItemFactory.NewFormByCap
Description:
Create new Form element by cap operation (to create a single-surface form), and add it into the Autodesk Revit family document.
Create new Form element by cap operation (to create a single-surface form), and add it into the Autodesk Revit family document.
public Form NewFormByCap(
bool isSolid,
ReferenceArray profile
)
-
BooleanisSolidIndicates if the Form is Solid or Void.
-
profileThe profile of the newly created cap. It should consist of only one curve loop.