FamilyItemFactory.NewCurveByPoints
Description:
Create a 3d curve through two or more points in an Autodesk Revit family document.
Create a 3d curve through two or more points in an Autodesk Revit family document.
public CurveByPoints NewCurveByPoints(
ReferencePointArray points
)
-
pointsTwo or more PointElements. The curve will interpolate these points.
-
Thrown when points is.
-
Thrown when points does not contain at least two PointElements.
-
Thrown when the family is not a Conceptual Mass Family.