简体   繁体   中英

Creating an Autocad Solid 3D from a list of vertices

So I've looked all over Auto Cad's documentation, and it seems the most common ways to generate a Solid3d, is to extrude a region.

But suppose I actually have a list of points, or a list of faces. Does Auto Cad have methods for creating a Solid3d from the points?

AutoCAD has a command SURFSCULPT to do this (from a set of surfaces that enclose a watertight area). The corresponding API is Solid3d.CreateSculptedSolid . I don't think you can do something with points.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM