FamilyItemFactoryNewCurveByPoints Method |
Create a 3d curve through two or more points in an Autodesk
Revit family document.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic CurveByPoints NewCurveByPoints(
ReferencePointArray points
)
Public Function NewCurveByPoints (
points As ReferencePointArray
) As CurveByPoints
public:
CurveByPoints^ NewCurveByPoints(
ReferencePointArray^ points
)
member NewCurveByPoints :
points : ReferencePointArray -> CurveByPoints
Parameters
- points ReferencePointArray
- Two or more PointElements. The curve will interpolate
these points.
Return Value
CurveByPointsThe newly created curve.
Exceptions
See Also