Search found 12 matches

by theZivkovic
Fri Jul 07, 2017 2:44 pm
Forum: dxflib Suggestions and Feedback
Topic: dxflib commercial licence
Replies: 4
Views: 68640

Re: dxflib commercial licence

Thank you, Andrew. This was quite helpful.

Kind regards,
Dejan
by theZivkovic
Fri Jul 07, 2017 12:41 pm
Forum: dxflib Suggestions and Feedback
Topic: dxflib commercial licence
Replies: 4
Views: 68640

Re: dxflib commercial licence

Hi Andrew, Thank you for the answer. I don't know if this is a good place to ask these questions, but I'll give it a shot. Where can I see the current progress of the dxflib? Do you provide some public repository where I can see changes, contributors etc? I'm searching for some library that can read...
by theZivkovic
Fri Jul 07, 2017 8:11 am
Forum: dxflib Suggestions and Feedback
Topic: dxflib commercial licence
Replies: 4
Views: 68640

dxflib commercial licence

Hi,

What do I get with dxflib commercial license?
(https://www.ribbonsoft.com/shop/product ... roduct=225)
Is this library being updated regularly?

Kind regards,
Dejan
by theZivkovic
Wed Feb 10, 2016 6:59 pm
Forum: dxflib 'How Do I' Questions
Topic: Writing images using dxflib
Replies: 1
Views: 20380

Writing images using dxflib

How to write image (e.g. bmp) into dxf file using dxflib? Can someone provide me a minimal example? I don't understand the interface: int writeImage(DL_WriterA& dw, const DL_ImageData& data, const DL_Attributes& attrib); void writeImageDef(DL_WriterA& dw, int handle, const DL_ImageData& data); Why d...
by theZivkovic
Tue Jan 26, 2016 11:11 am
Forum: dxflib 'How Do I' Questions
Topic: Custom dashed line type
Replies: 0
Views: 18966

Custom dashed line type

Hi all.

How to make custom dashed line type using DL_LinetypeData? How to use fields double patternLength, double* pattern of DL_LinetypeData?
I need to generate line type similair to this one:
Image.

Thanks,
Dejan
by theZivkovic
Thu Dec 10, 2015 3:20 pm
Forum: dxflib 'How Do I' Questions
Topic: Generating layouts
Replies: 0
Views: 21650

Generating layouts

Hi all. I want to separate my entities into several layouts.
How to specify in which layout does the entity belong?
Is there a way to define layouts using dxflib as well?

Thanks,
Dejan
by theZivkovic
Tue Dec 08, 2015 12:16 pm
Forum: QCAD 'How Do I' Questions
Topic: Printing issues
Replies: 0
Views: 4404

Printing issues

Hi all. I have some printing issues with programmatically generated drawings (using dxflib). Lines are too thick.
Someone suggested that it might need to change the screening options. Can someone point me out which parameters
in dxf file format are used for screening?

Thanks,
Dejan Zivkovic
by theZivkovic
Mon Dec 07, 2015 10:53 am
Forum: dxflib 'How Do I' Questions
Topic: Understanding the MTextData
Replies: 2
Views: 21027

Re: Understanding the MTextData

Thanks Andrew, that was helpful.

Best regards,
Dejan Zivkovic
by theZivkovic
Mon Dec 07, 2015 10:52 am
Forum: dxflib 'How Do I' Questions
Topic: Printing issues
Replies: 1
Views: 19875

Printing issues

Hi all. Is there some way to define document size for printing?
I've had some issues with printing, the output was very small.
I hope that I don't have to scale all my entities.

Best regards,
Dejan
by theZivkovic
Fri Dec 04, 2015 10:54 am
Forum: dxflib 'How Do I' Questions
Topic: Understanding the MTextData
Replies: 2
Views: 21027

Understanding the MTextData

Hi people. Can someone describe me how the DL_MTextData actually works? DL_MTextData(double ipx, double ipy, double ipz, double dirx, double diry, double dirz, double height, double width, int attachmentPoint, int drawingDirection, int lineSpacingStyle, double lineSpacingFactor, const std::string& t...
by theZivkovic
Thu Dec 03, 2015 2:20 pm
Forum: dxflib 'How Do I' Questions
Topic: Control codes for MTextData font
Replies: 2
Views: 20981

Re: Control codes for MTextData font

Thank you very much. That is the answer I needed.
by theZivkovic
Thu Dec 03, 2015 11:31 am
Forum: dxflib 'How Do I' Questions
Topic: Control codes for MTextData font
Replies: 2
Views: 20981

Control codes for MTextData font

How do I set the font to look like on the picture bellow?

Image

The previous declaration for that string in the code was: "\\Fromans|c0; FOOTING".

Thanks in advance.

Go to advanced search