EL JABIRI Tarik

Results 11 comments of EL JABIRI Tarik

Hi, After some research the js-dxf need a dynamic API for managing sections. In order to implement an IMAGE entity we need tow objects in OBJECTS section IMAGEDEF and IMAGEDEF_REACTOR...

Hi, @ognjen-petrovic said to keep js-dxf simple as possible so implementing Image entity is a bit tricky because needs objects to be implemented. I am working on my lib so...

Hi, The `HATCH`, `IMAGE`, `INSERT` and `BLOCKS` are implemented in my lib, and I published a pre-release see [NPM](https://www.npmjs.com/package/@tarikjabiri/dxf/v/2.0.0-rc) or [Github](https://github.com/tarikjabiri/dxf/releases/tag/v2.0.6). For more informations see [Documantation](https://dxf.vercel.app/). And I want to...

Hi, I think the feature is fit in view. When you open the dxf the entities not showing up in first time you should make a fit in view to...

[dxf](https://github.com/tarikjabiri/dxf) dev branch I have a class `BoundingBox' and see Sections/Entities/Entities they use this class to calculate bbox and set the center and height of the vport Or try this...

> > Hi, > > > > I think the feature is fit in view. When you open the dxf the entities not showing up in first time you should...

Hi, I suggest creating a class `BoundingBox` that compute bounding box for every entity and return the global bounding box of all entities so we did not need for creating...

Hi, The `generateAutocadExtras()` is automatically called, you don't need to call it. Try to find the entity causing the error, it is the line or polyline...

Hi, What do you mean by end of the arc is it the coordinates of the start and the end of the arc.

Ok Note that `dxf-writer` can't do that for you. So you have to keep track of things like that for yourself. The coordinates of the start and end of the...