Computation
|
Creates a new instance of the ComputationDataFor3DPathSet class from the provided curves.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Parameters
- curves IList Curve
- The curves that define the 3D path set. The curves must be coplanar and continuous.
Return Value
ComputationDataFor3DPathSetReturns a new instance of the ComputationDataFor3DPathSet class.
| Exception | Condition |
|---|---|
| ArgumentException | curves are not continuous. They do not form a valid curve loop. -or- The curves are not coplanar. |
| ArgumentNullException | A non-optional argument was null |