2025.3 Method
Changes 0
M

FamilyItemFactory.NewCurveByPoints

Description:
Create a 3d curve through two or more points in an Autodesk Revit family document.
public CurveByPoints NewCurveByPoints(
	ReferencePointArray points
)
  • points
    Two or more PointElements. The curve will interpolate these points.
Return Value CurveByPoints The newly created curve.