Search found 10 matches

by fare
29 Jun 2006, 16:47
Forum: CAD .NET
Topic: reading hatch with cadimport extended
Replies: 15
Views: 61182

i must convert DWG file to SWF.... that is main task. the hatches are most frequent objects, so i need to know what are they, exactly, i need all data about hatches: border points, border point types, fill color....(border color if exists) i need all that for SOLID hatch object. i use other library ...
by fare
29 Jun 2006, 14:13
Forum: CAD .NET
Topic: reading hatch with cadimport extended
Replies: 15
Views: 61182

that is ok, but when i read PointType, all i have is PathPointTypeLine for every point, and for every hatch
by fare
28 Jun 2006, 18:08
Forum: CAD .NET
Topic: reading hatch with cadimport extended
Replies: 15
Views: 61182

hi.....this work fine....i got all the points of the hatch... but i have one more question? when i read the hatch....they may contains lines or splines like part between two point.... and GraphicPath object have, for each point in PathPoints array, the type of the point. <b> PathPointTypeStart = 0, ...
by fare
23 Jun 2006, 16:09
Forum: CAD .NET
Topic: reading hatch with cadimport extended
Replies: 15
Views: 61182

by fare
23 Jun 2006, 15:06
Forum: CAD .NET
Topic: reading hatch with cadimport extended
Replies: 15
Views: 61182

[:(]
by fare
23 Jun 2006, 12:13
Forum: CAD .NET
Topic: reading hatch with cadimport extended
Replies: 15
Views: 61182

please....can anyone help me...i need this very fast [:(]
by fare
22 Jun 2006, 11:48
Forum: CAD .NET
Topic: reading hatch with cadimport extended
Replies: 15
Views: 61182

ok
thanks

but my question is still here

[:)]
by fare
21 Jun 2006, 18:59
Forum: CAD .NET
Topic: reading hatch with cadimport extended
Replies: 15
Views: 61182

reading hatch with cadimport extended

hello i try to read CADEntities from dwg file. and for basic objects i create ReadCADentities function for these basics objects like in Import demo. the question is, how to read a hatch objects.... if(Entity is CADPatternPolygon) { Import(Entity as CADPatternPolygon); return; } should i use CADPatte...
by fare
16 Jun 2006, 14:23
Forum: CAD .NET
Topic: access CAD entities directly
Replies: 1
Views: 10226

access CAD entities directly

hello i have CADImport.NET full version library. but i can not instance class CADEntity..... or CADParams.... i found these classes in the Inport demo source code. and when i run Import application, i got message: "You need extended version of the library for access CAD entities directly..." how can...
by fare
24 May 2006, 18:33
Forum: CAD .NET
Topic: dwg and dxf files
Replies: 1
Views: 10911

dwg and dxf files

hello i have one question about cadimport.net can i read all entity points, from recognized or unrecognized entities, of course, with full version of cadimport.net i ask that because i have some problems vith import demo. i make simple graphic (just one polyline) and save it to dwg and dxf files.......