FamilyItemFactory.NewSweptBlendForm
Description:
Create new Form element by swept blend operation, and add it into the Autodesk Revit family document.
Create new Form element by swept blend operation, and add it into the Autodesk Revit family document.
public Form NewSweptBlendForm(
bool isSolid,
ReferenceArray path,
ReferenceArrayArray profiles
)
-
BooleanisSolidIndicates if the Form is Solid or Void.
-
pathThe path of the swept blend. The path should be 2D, where all input curves lie in one plane. If there's more than one profile, the path should be a single curve. It's required to reference existing geometry.
-
profilesThe profile set of the newly created swept blend. Each profile should consist of only one curve loop. Each profile must be in a plane that intersects with the path and is perpendicular to the path at the point of intersection.