Message 1 of 4
What's the corresponding function with AdjEdgeList and AdjFace in Python API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all,
I want to exact the table of adjacent faces of mesh (detail in my this topic ) with Python API (the MaxPlus module is better).
In C++ API, there are AdjEdgeList and AdjFace doing this, but I haven't found the corresponding classes in Python API.
Does the Python API have these? Or I could get the table of adjacent faces in other way with the Python API.
Need your help, and appreciate for your time here.