Jump to content

Recommended Posts

Posted

Hello guys ,

 

When trying to extract layer table and to check if the DXF 70 for the status of a layer , I have noticed that I have number five like this (70 . 5) which means that the layer is freezed and locked ( this is because I know the status of the layer) .

 

This is one status that I have noticed recently , Anyone knows what are the different DXF return value that we may also face and what does it mean? ;)

 

Thanxxxxxx

Posted
Thankx Lee , that's what I am refering to , I would like to know how many return values that we may see which is not included within the DXf code the same like 5 or maybe 6 or 7 and so on .

 

Since DXF 70 is bit-coded, the values are combined using addition.

 

Hence

 

5 = 4 + 1

6 = 4 + 2

7 = 4 + 2 + 1

 

Since the highest available bit for DXF 70 is 64 (2^6), there are 127 ([2^7]-1) possible values, and 128 including 0.

Posted
Since DXF 70 is bit-coded, the values are combined using addition.

 

 

What do you mean by bit-coded ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...