Share

Ac3PointAngleConstraint::Ac3PointAngleConstraint (bool) Constructor

C++

ACDBCORE2D_PORT Ac3PointAngleConstraint(
    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

Ac3PointAngleConstraint Class

Was this information helpful?