Print Page | Close Window

how to make region if 3D points are non coplanar

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DXF formats, Design Review, AutoCAD web, Drive, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=3242
Printed Date: 11.Jun.2026 at 08:37


Topic: how to make region if 3D points are non coplanar
Posted By: srikanthkamuju
Subject: how to make region if 3D points are non coplanar
Date Posted: 25.Feb.2010 at 08:03
Hi All,
 
 
I am working on vba can any one help me how to make a region if the 3d points are non coplanar  or how to make the solid if the corner points knows
 
Thanks in advance
 


-------------
srikanth



Replies:
Posted By: tulip3D
Date Posted: 25.Feb.2010 at 16:06
Can you even do that? Make a region (for extrusion) uisng non coplaner 3D points? To my knowledge you cant...but thats why im posting....somebody may know?
As far as I know you would have to do a projection of the points.


Posted By: CarlB
Date Posted: 26.Feb.2010 at 09:26
I also thought a region has to be coplanar - it doesn't have to be in the x-y plane but all in the same plane.  Any 3 points will be all in a single plane.
In vba i don't know if you can create a region from 'entmake' (or its equivalent in vba), but you could send an AutoCAD command to create it.
Same with a solid, though pretty sure only way is with an AutoCAD command.



Print Page | Close Window