Skip to content
Discussion options

You must be logged in to vote

Hi @danmarshall,

Here is a small brief on what i was able to achive locally so far.
I made changes to https://github.com/microsoft/maker.js/blob/master/packages/maker.js/src/core/dxf.ts as poined to allow LINE entities to be exported with different linetypes instead of always defaulting to CONTINUOUS.

Supported Line Types

The following DXF linetypes are supported:

  • CONTINUOUS (default)
  • DASHED
  • DOTTED

If no linetype is explicitly provided, the exporter will fall back to CONTINUOUS, preserving backward compatibility.

DXF LTYPE Definitions

The linetypes are defined in the DXF LTYPE table as follows:

lineTypes: {
  CONTINUOUS: {
    name: "CONTINUOUS",
    description: "______",
    patternLe…

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@kiranm211
Comment options

@retrop5
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@danmarshall
Comment options

@kiranm211
Comment options

Comment options

You must be logged in to vote
2 replies
@danmarshall
Comment options

@kiranm211
Comment options

Answer selected by retrop5
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants