Get vertex data out of Polygons in Python #439
Unanswered
johnnybigert
asked this question in
Q&A
Replies: 1 comment
-
@pca006132 I think you've used the Python side more than I have - do you know? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Probably a stupid question, but how do I retrieve the vertex data from a
Polygons
object in Python? I've triedlist(polygons)
,polygons[0]
and similar.I see that there's a wrapper object
PolygonsWrapper
(which is a smart pointer to the vector of vector of float pairs I'm looking for), but the Python bindings does not provide any kind of accessor to the data itself, only extrude and revolve.Beta Was this translation helpful? Give feedback.
All reactions