2025.3 Method
Changes 0
M

FamilyItemFactory.NewRevolveForms

Description:
Create new Form elements by revolve operation, and add them into the Autodesk Revit family document.
Remarks:
Typically this operation produces only a single form, but some combinations of arguments will create multiple forms from a single profile.
public FormArray NewRevolveForms(
	bool isSolid,
	ReferenceArray profile,
	Reference axis,
	double startAngle,
	double endAngle
)
  • Boolean
    isSolid
    Indicates if the Form is Solid or Void.
  • profile
    The profile of the newly created revolution. It should consist of only one curve loop. The profile must be in the same plane as the axis.
  • axis
    The axis of revolution. The axis is a line that must lie in the same plane as the curves in the profile.
  • Double
    startAngle
    The start angle of Revolution in radians.
  • Double
    endAngle
    The end angle of Revolution in radians.
Return Value FormArray If creation was successful new forms are returned.