Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown SAB tag 21 #291

Open
rurban opened this issue Nov 6, 2020 · 0 comments
Open

Unknown SAB tag 21 #291

rurban opened this issue Nov 6, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rurban
Copy link
Contributor

rurban commented Nov 6, 2020

Missing support for tag 21 (enum <identifier>) in ASM data.

Example: https://forums.autodesk.com/t5/autocad-forum/autocad-modeling-errors/td-p/7240558 "new block.dwg"

...
color-adesk-attrib $-1 $-1 $-1 $-1 $327 $1 #
intcurve-curve $-1 $-1 $-1 F { exact_int_cur ERROR: Unknown SAB tag 21
ERROR: Unknown SAB tag 0
ERROR: Unknown SAB tag 0
ERROR: Unknown SAB tag 0
ERROR: Unknown SAB tag 0
nurbs $2 ERROR: Unknown SAB tag 21
ERROR: Unknown SAB tag 0
ERROR: Unknown SAB tag 0
ERROR: Unknown SAB tag 0
ERROR: Unknown SAB tag 0
$2 0 $2 0.0272823 $2 8.87474 18.7907 1.75 1 8.89245 18.7769 1.73056 1.05245 8.90777 18.765 1.71474 1.09939 0 null_surface null_surface nullbs nullbs F F $0 $0 $0 $0 I 1 I 0 } F F #

Just guessing what the exact format is:
The enum seems to be the previous identifier.
e.g. exact_int_cur <21> $0 means the identifier int_cur
has the enum value exact and a long constant $0. but nurbs $2 <21> $0?

This example throws now "Bad entity layer"

@rurban rurban self-assigned this Nov 6, 2020
@rurban rurban added the enhancement New feature or request label Nov 6, 2020
rurban added a commit that referenced this issue Nov 6, 2020
just guessing what the exact format is.
The enum seems to be the previous identifier.
e.g. exact_int_cur <21> $0 means the identifier int_cur
has the value exact and a constant $0 ??

See GH #291
rurban added a commit that referenced this issue Nov 7, 2020
just guessing what the exact format is.
The enum seems to be the previous identifier.
e.g. exact_int_cur <21> $0 means the identifier int_cur
has the value exact and a constant $0 ??

See GH #291
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant