Search found 10 matches
- 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 ...
- 29 Jun 2006, 14:13
- Forum: CAD .NET
- Topic: reading hatch with cadimport extended
- Replies: 15
- Views: 61182
- 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, ...
- 23 Jun 2006, 16:09
- Forum: CAD .NET
- Topic: reading hatch with cadimport extended
- Replies: 15
- Views: 61182
my mail is faruk@atlantbh.com
- 23 Jun 2006, 15:06
- Forum: CAD .NET
- Topic: reading hatch with cadimport extended
- Replies: 15
- Views: 61182
- 23 Jun 2006, 12:13
- Forum: CAD .NET
- Topic: reading hatch with cadimport extended
- Replies: 15
- Views: 61182
- 22 Jun 2006, 11:48
- Forum: CAD .NET
- Topic: reading hatch with cadimport extended
- Replies: 15
- Views: 61182
- 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...
- 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...
- 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.......