ComputationDataFor3DPathSet.CreateFromCurves
Description:
Creates a new instance of the ComputationDataFor3DPathSet class from the provided curves.
Creates a new instance of the ComputationDataFor3DPathSet class from the provided curves.
public static ComputationDataFor3DPathSet CreateFromCurves(
IList<Curve> curves
)
-
IList<Curve>curvesThe 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.
-
curves are not continuous. They do not form a valid curve loop. -or- The curves are not coplanar.
-
A non-optional argument was null