FamilyItemFactory.NewLoftForm
Description:
Create new Form element by Loft operation, and add it into the Autodesk Revit family document.
Create new Form element by Loft operation, and add it into the Autodesk Revit family document.
public Form NewLoftForm(
bool isSolid,
ReferenceArrayArray profiles
)
-
BooleanisSolidIndicates if the Form is Solid or Void.
-
profilesThe profile set of the newly created loft. Each profile should consist of only one curve loop.