Autodesk.AutoCAD.DatabaseServices Namespace
>
Solid Class
>
Solid Constructor
Solid Constructor
Overload List
Method
Description
Solid.Solid ()
Constructor.
Solid.Solid (Point3d, Point3d, Point3d)
This constructor uses pointer1-pointer3 as the first three points for the solid and then uses pointer2 as the fourth point...
more
Solid.Solid (Point3d, Point3d, Point3d, Point3d)
This constructor uses pointer1-pointer4 as the four points for the solid. All points must be in WCS coordinates. The normal...
more
Comments?