netDxf icon indicating copy to clipboard operation
netDxf copied to clipboard

.net dxf Reader-Writer

Results 129 netDxf issues
Sort by recently updated
recently updated
newest added

I would like to ask is it possible to get the coordinates of the blocks insert points? Thank you in advance for your answer and help

question

Hello, We have some problem reading a dxf file from one of our customers. If we convert the file using a dxf-converter the file works, but out of the box...

question

Unfortunately it doesn't read dxf files in 2004 format

question

Is there any way to get the PolygonalVertexes of spline(fit method)? Or how to convert the Spline from fit method to control method (AutoCAD have this function)

question

Dear all, I am a very new user of netdxf. I am wondering how to draw a sequence of lines from a array? In stead of : ``` netDxf.Entities.Line line1...

question

Fillet all corners of the LwPolyline with inputted radius. Same behavior as in Autocad Fillet Polyline command.

When I change the visible property to false, I cannot find it in CAD software

question

Hi, I have a question... is it possible to add an external block (already done for this purpose) to use it on the code? at the moment I have this...

question

AciColor color table is incorrect. The same is with results of RgbToAci function (even with correct ACI table). * indexRgb ACI dictionary replaced with function LookUpRgb, where most RGB values...

I have this code to write a AlignedDimension that is not showing in AutoCad. This is the only entity not showing up. Please somebody should assist. createdxf.DrawDimensionbdV3(bds, new Line(p1, p2),...

question