Share

AcDistanceConstraint::AcDistanceConstraint (bool) Constructor

C++

ACDBCORE2D_PORT AcDistanceConstraint(
    bool bCreateImp = true
);

Description

Default constructor. The direction type is set to kNotDirected.

Parameters

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

Links

AcDistanceConstraint Class

Was this information helpful?