meaning of flags in AcEdJig::UserInputControls

meaning of flags in AcEdJig::UserInputControls

fehrsZBFB9
Advocate Advocate
570 Views
1 Reply
Message 1 of 2

meaning of flags in AcEdJig::UserInputControls

fehrsZBFB9
Advocate
Advocate

Hallo Community,

I'm looking for a proper explanation for The three flags

 

kGovernedByUCSDetect

kUseBasePointElevation

kNoDwgLimitsChecking

 

What is their effect when used with an AcEdJig class?

Could you explain or point me to an explanation?

 

Thanks in advance,

Martin

 

0 Likes
571 Views
1 Reply
Reply (1)
Message 2 of 2

tbrammer
Advisor
Advisor

This is what the ARX docs say:

 

kUseBasePointElevation:

     The elevation of the base point is applied to the point which is being acquired in jigging.

kNoDwgLimitsChecking:
    Sets the "Do not check point limits" mode. Drawing limits are checked by default.

 

This sounds like a good explanation to me.

 

But there is no explanation for kGovernedByUCSDetect indeed.

The three highest enums kNoZDirectionOrtho, kImpliedFaceForUCSChange and kUseBasePointElevation are undocumented as well.


Thomas Brammer ● Software Developer ● imos AGLinkedIn
If an answer solves your problem please [ACCEPT SOLUTION]. Otherwise explain why not.

0 Likes