Jump to content

Recommended Posts

Posted

What's the difference in making a group of joined, closed lines into a region compared to making it a polyline? I've always used region. What are the pros and cons of each?

 

 

Thanks,

 

Jim

Posted
What's the difference in making a group of joined, closed lines into a region compared to making it a polyline? I've always used region. What are the pros and cons of each?

 

 

Thanks,

 

Jim

I region is actually a plane that acts as a 2D "solid" in which you can apply materials/textures for rendering, etc. Regions work great for simple 3D planes that do not require a "thickness". Polyline is simply a joined connection of lines using verticies.

Posted

In addition:

 

 

Polylines are CURVE objects with the ability to determine their own length and area. Once created they remain more malleable, i.e. vertices can be stretched, can self intersect, offset as a whole, and can have different line widths from one segment to another. LightWeightPolylines can only incorporate lines and arcs. 2d and 3d Polys do have an “all or nothing” spline capability.

 

Regions are AREA objects. They are always closed; though do support holes and islands.

They have the ability to determine their own area and perimeter as well as a host of other mass properties calculations. Regions can incorporate any AutoCAD curve entitiy. Once created, regions are pretty rigid. They don’t natively morph, offset, or provide multiple segment width. I do, however have a VBA routine that automates SLICEing, SCALE1Ding, and SHEAR(SKEW)ing, should that need ever arise.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...