Search found 3 matches

by Peddy
03 Aug 2009, 16:56
Forum: CAD .NET
Topic: 3D entity filled
Replies: 5
Views: 20780

Re: 3D entity filled

this is the function to create hatch on line : private void AddHatchLinea(object sender, EventArgs e) { if (this.cadImage == null) { this.cadImage = new CADImage(); this.cadImage.InitialNewImage(); this.cadImage.UseDoubleBuffering = false; } this.cadImage.UseDoubleBuffering = false; int entCount = t...
by Peddy
21 Jul 2009, 13:37
Forum: CAD .NET
Topic: 3D entity filled
Replies: 5
Views: 20780

Re: 3D entity filled

tank you.
new question: i have created a Hatch e with CADHatch.Extrusion i have specified 3d orientation of the hatch, but when i save us dxf no file is created
by Peddy
29 Jun 2009, 18:34
Forum: CAD .NET
Topic: 3D entity filled
Replies: 5
Views: 20780

3D entity filled

-I need to fill 3D entity, how can i do? for example cube or square with the vertexes on different plans

-Can I fill the thickness?