Share

AcGeCompositeCurve3d::AcGeCompositeCurve3d

C++

GE_DLLEXPIMPORT AcGeCompositeCurve3d(
    const AcGeVoidPointerArray& curveList
);

Description

Constructs a composite curve from the list of input curves. The input curves should be connected at their endpoints, although no check of this is made by the constructor. That is, the start point of each curve in the list (excluding the first curve) should be equal to the endpoint of the previous curve in the list.

Parameters

Parameters Description
curveList Input list of curves in the composite curve

Links

AcGeCompositeCurve3d

Was this information helpful?