How do I set the Tesselation Divisions in AutoCAD Mac 2013?
Solved! Go to Solution.
Solved by maxim_k. Go to Solution.
Thanks for the link! But I can't seem to figure out how to set it. I write Mesh->SE-choose Tessellation and then I don't know what to do. :S
OOPS!
I forgot that in Mac version of AutoCAD this option actually doesn't work.
In order to set tessellation (number of divisions) you have to change values of "DIVMESH..." system variables.
Here is an exception from AutoCAD 2010 on-line Help documentation (it better shows which variable controls individual division of various types of meshes):
Length. Sets the number of divisions for the length of a mesh box along the X axis. ( DIVMESHBOXLENGTH system variable)
Width. Sets the number of divisions for the width of a mesh box along the Y axis. ( DIVMESHBOXWIDTH system variable)
Height. Sets the number of divisions for the height of a mesh box along the Z axis. ( DIVMESHBOXHEIGHT system variable)
Axis. Sets the number of divisions around the perimeter of the mesh cone base. ( DIVMESHCONEAXIS system variable)
Height. Sets the number of divisions between the base and the point or top of the mesh cone. ( DIVMESHCONEHEIGHT system variable)
Base. Sets the number of divisions between the perimeter and the center point of the mesh cone base. ( DIVMESHCONEBASE system variable)
Axis. Sets the number of divisions around the perimeter of the mesh cylinder base. ( DIVMESHCYLAXIS system variable)
Height. Sets the number of divisions between the base and the top of the mesh cylinder. ( DIVMESHCYLHEIGHT system variable)
Base. Sets the number of divisions between the perimeter and the center point of the mesh cylinder base. ( DIVMESHCYLBASE system variable)
Length. Sets the number of divisions for the sides of the mesh pyramid base. ( DIVMESHPYRLENGTH system variable)
Height. Sets the number of divisions between the base and the top of the mesh pyramid. ( DIVMESHPYRHEIGHT system variable)
Base. Sets the number of divisions between the perimeter and the center point of the mesh pyramid base. ( DIVMESHPYRBASE system variable)
Axis. Sets the number of radial divisions around the axis endpoint of the mesh sphere. ( DIVMESHSPHEREAXIS system variable)
Height. Sets the number of divisions between the two axis endpoints of the mesh sphere. ( DIVMESHSPHEREHEIGHT)
Length. Sets the number of divisions for the length of a mesh wedge along the X axis. ( DIVMESHWEDGELENGTH system variable)
Width. Sets the number of divisions for the width of the mesh wedge along the Y axis. ( DIVMESHWEDGEWIDTH system variable)
Height. Sets the number of divisions for the height of the mesh wedge along the Z axis. ( DIVMESHWEDGEHEIGHT system variable)
Slope. Sets the number of divisions in the slope that extends from the apex of the wedge to the edge of the base. ( DIVMESHWEDGESLOPE system variable)
Base. Sets the number of divisions between the midpoint of the perimeter of the triangular side of the mesh wedge. ( DIVMESHWEDGEBASE system variable)
Radius. Sets the number of divisions around the circumference of the profile that forms the tube of the torus. ( DIVMESHTORUSSECTION system variable)
Sweep Path. Sets the number of divisions around the circumference of the path that is swept by the profile. ( DIVMESHTORUSPATH system variable)
Maxim
About managing MESH objects using AutoLISP you can see my class in AU2012:
http://au.autodesk.com/?nd=au_player#0%0:3202
Hi Reinaldo,
Thanks for sharing your AU materials, I think they are quite practically useful for AutoCAD for Windows users, but unfortunately AutoCAD for Mac lacks most of Visual Lisp functions, such as (vl-load-com), etc.
So Mac users can not use your Lisp routines in practice.
Thanks,
Maxim
Have you actually watched my videos?
I clearly specify what will work in Mac and what won't.
The source code shown in the videos does not include vl-load-com or any other COM dependent function.
Mesh creation and modifying are done exclusively with entmake and entmod.
In fact, there is no ActiveX method for creating MESH entities.
Dear Reinaldo,
Please accept my deepest apologies. I had to look all the materials of your wonderful report in more detail, but did it perfunctorily.
Thank you for helpful link to your class at AU 2012.
Once more sorry about what happened.
Sincerely,
Maxim
Can't find what you're looking for? Ask the community or share your knowledge.