You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :]
The text was updated successfully, but these errors were encountered:
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 :]
The text was updated successfully, but these errors were encountered: