ComputationDataFor3DPathSetCreateFromCurves Method |
Creates a new instance of the ComputationDataFor3DPathSet class from the provided curves.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic static ComputationDataFor3DPathSet CreateFromCurves(
IList<Curve> curves
)
Public Shared Function CreateFromCurves (
curves As IList(Of Curve)
) As ComputationDataFor3DPathSet
public:
static ComputationDataFor3DPathSet^ CreateFromCurves(
IList<Curve^>^ curves
)
static member CreateFromCurves :
curves : IList<Curve> -> ComputationDataFor3DPathSet Parameters
- curves IListCurve
-
The curves that define the 3D path set. The curves must be coplanar and continuous.
Return Value
ComputationDataFor3DPathSet
Returns a new instance of the ComputationDataFor3DPathSet class.
Exceptions
See Also