<Code Lib>
2025.3 Method
Changes 0
M

FamilyItemFactory.NewLoftForm

Description:
Create new Form element by Loft operation, and add it into the Autodesk Revit family document.

public Form NewLoftForm(
	bool isSolid,
	ReferenceArrayArray profiles
)

  • Boolean
    isSolid
    Indicates if the Form is Solid or Void.
  • profiles
    The profile set of the newly created loft. Each profile should consist of only one curve loop.
Return Value Form If creation was successful form is are returned.

Loading…