Search found 19 matches

by lolena1888
11 Dec 2008, 17:33
Forum: CAD .NET
Topic: 3D drawing in CADImport
Replies: 5
Views: 20047

Re: 3D drawing in CADImport

Sergey, thanks to all your helpful feedback. Your examples help me to understand better where I can use draw classes to distinguish better results. Question about angles. I believe that there exist different standards for drawing and viewing 3D objects. Isometria, dimetria...etc (I am not sure if I ...
by lolena1888
10 Dec 2008, 00:25
Forum: CAD .NET
Topic: 3D drawing in CADImport
Replies: 5
Views: 20047

3D drawing in CADImport

Hi, I have another question to support team. Is it possible to make 3D drawing in CADImport automatically (just giving 3D points of entities)? If it is Draw3dFace function can you provide me with an example of how I can use it (adding arcs and polylines)? Is there the way to set angles for 3D coordi...
by lolena1888
10 Dec 2008, 00:12
Forum: CAD .NET
Topic: Drawing arcs using start and end points
Replies: 1
Views: 9941

Drawing arcs using start and end points

Hi, I didn't get an answer to my previous Emails to support, but I really need to have it to successfully perform my task. It is really difficult to search through the codes of Viewer/Editor without having clear examples to every class in CadImport explaining the use of them for drawing. Having them...
by lolena1888
05 Dec 2008, 00:27
Forum: CAD .NET
Topic: How to draw with poliline
Replies: 11
Views: 42523

How to draw with poliline

Hi, I try to draw an image in CADImport. Now I stack with the PolyLine. I have DPointCollection and I don't know how to pass it to Polyline in order to draw some segment of my part. Can you give me an example of how I can do this? I am a New user, I looked at the codes of Viewer and Editor. Not very...