Regions to Triangles

Regions to Triangles

tidl_var_dette_min_gamle_email
Participant Participant
254 Views
2 Replies
Message 1 of 3

Regions to Triangles

tidl_var_dette_min_gamle_email
Participant
Participant

I have a Region that I would like to convert to triangles.

If I use the MESHOPTIONS (Triangles) and explode the result, it's just what I want, but...

I would like to run it from AutoLISP, and it seems like MESHOPTIONS don't come with a possibility to skip the dialogbox i.e. -MESHOPTIONS.

Is there an other method or what to do?

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

pendean
Community Legend
Community Legend

@tidl_var_dette_min_gamle_email wrote:

I have a Region that I would like to convert to triangles.

If I use the MESHOPTIONS (Triangles) and explode the result, it's just what I want, but...

I would like to run it from AutoLISP, and it seems like MESHOPTIONS don't come with a possibility to skip the dialogbox i.e. -MESHOPTIONS.

Is there an other method or what to do?


Almost every option on that pop-up has a commandline setting, these are named in HELP for that command

https://help.autodesk.com/view/ACD/2023/ENU/index.html?guid=GUID-5D3AECBF-3097-4987-8C15-E587E2056CF...

 

Do you need more settings from that pop-up that do not have variables?

 

Also explore MESHSNOOTH and/or CONTOMESH to finish up.

 

HTH

0 Likes
Message 3 of 3

tidl_var_dette_min_gamle_email
Participant
Participant

Thanks for quick reply.

With the MESHSMOOTH or CONTOMESH I thought it would work, but for some reason (command-s "MESHSMOOTH" "l" "") won't. 

0 Likes