M

ComputationDataFor3DPathSet.CreateFromCurves

Description:
Creates a new instance of the ComputationDataFor3DPathSet class from the provided curves.
public static ComputationDataFor3DPathSet CreateFromCurves(
	IList<Curve> curves
)
  • IList<Curve>
    curves
    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.