Share

AcGeCurveBoundary Constructor

Overload List

Method Description
AcGeCurveBoundary::AcGeCurveBoundary () Default constructor. Creates an empty instance.
AcGeCurveBoundary::AcGeCurveBoundary (AcGeCurveBoundary&) Copy constructor.
AcGeCurveBoundary::AcGeCurveBoundary (int, AcGeEntity3d *const *, AcGeCurve2d *const *, Adesk::Boolean*, Adesk::Boolean*, Adesk::Boolean) Constructor for creating an instance of curve boundary from arrays of curves and logical orientation data.crv3d should have instances of either AcGePosition3d (model space degeneracies) or AcGeCurve3d. If any entry in the crv3d array is NULL, then the corresponding entry in orientation3d is not applicable.crv2d should have instances of AcGeCurve2d. Any entry in the array may be null. If any entry in the crv2d array is NULL, then the corresponding entry in orientation2d is not applicable.If makeCopy is Adesk::kTrue, then the method makes copies of elements in crv3d and in crv2d. In this... more

Was this information helpful?