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

how to use vertind to retrieve dwg_ent_vertex_pface in current dwg_data? #963

Open
zefreestijl opened this issue Mar 18, 2024 · 0 comments

Comments

@zefreestijl
Copy link

zefreestijl commented Mar 18, 2024

Hi, I was successfully able to get the vertind from dwg_ent_vert_pface_face,
but I don't know the correct way to use this value for retrieving a certain vertex point,

I tried to collect all the vertex points by iterating objects through dwg_get_object() to a vector,
but seems the sequence is not as the same as how vertind works,

and I found there's another functionality calls dwg_getall_VERTEX_PFACE(),
but I couldn't figure out how to convert my dwg_data to its input type,

any advice would be greatfully appreciated,
thank you in advance :]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant