Share

AcAngleConstraint::AcAngleConstraint (bool) Constructor

C++

ACDBCORE2D_PORT AcAngleConstraint(
    bool bCreateImp = true
);

Description

Default constructor. The angle sector type is set to kParallelAntiClockwise.

Parameters

Parameters Description
bCreateImp Input whether the implementation object is to be created. The default value is true.

Links

AcAngleConstraint Class

Was this information helpful?