Search found 1 match

by sysxkh
19 Sep 2012, 08:50
Forum: CAD .NET
Topic: 3DFace in CADImport
Replies: 1
Views: 12201

3DFace in CADImport

Hi, I have read the post, 3D drawing in CADImport, but there are two questions about the code: CAD3dFace ent3DFace = new CAD3dFace(); ent3DFace.Color = Color.Red; ent3DFace.Point = new DPoint(100,100,100); ent3DFace.Point1 = new DPoint(50,100,10); ent3DFace.Point2 = new DPoint(100,50,50); ent3DFace....