Mesh Selection API

Mesh Selection API

jared_deckardEXZT2
Community Visitor Community Visitor
83 Views
2 Replies
Message 1 of 3

Mesh Selection API

jared_deckardEXZT2
Community Visitor
Community Visitor

The selection API seems to be missing any properties that would allow accessing the (triangle) faces of a mesh or a face group. The selection object in direct edit mode only points to the whole mesh object despite using a brush to select a subset of it's faces. Even after creating a face group, then selecting it, the face group object contains no useful information, just a reference to the parent mesh.

 

I was hoping to make an "align mesh" command that can form a rotation basis using a plane fit over many triangles rather than a single triangle. The current mesh align tool is unusable if there is any amount of texture/noise on the mesh surface that needs to be aligned.

0 Likes
84 Views
2 Replies
Replies (2)
Message 2 of 3

navya_gelli
Autodesk
Autodesk

Hello @jared_deckardEXZT2 

 

Just checking in to see if you have resolved the issue or if you are still experiencing issues? If you have not managed to resolve the issue, please let us know here so other members of the community can jump in to help resolve the problem. If you have found a solution to the issue, please consider updating here and telling us how you resolved it. That way others with the same or similar issue can find a solution quicker.

Navya | Community Manager
0 Likes
Message 3 of 3

jared_deckardEXZT2
Community Visitor
Community Visitor

The python API still does not have triangle data in the mesh selection objects.

 

Since I couldn’t use align mesh I had to construct planes from 3 points on the mesh and sketch at awkward angles.

0 Likes