Import AutoCAD Multileader/AcDbMLeader

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
KKesslau_SEMA
Posts: 8
Joined: 09 Mar 2018, 14:43

Import AutoCAD Multileader/AcDbMLeader

Post by KKesslau_SEMA » 08 Oct 2020, 17:38

Hi there,

we got from one of our customers a dxf-file where text-entities are declared as "AcDbMLeader"-entities. I tried it to open in our own CADVCL-DxfImport and in both the Viewer and Simple-Import demos but I just get the outline of the text:
dxf_multileader.png
dxf_multileader.png (53.62 KiB) Viewed 4203 times

If I let the Simple-Import-demo create the text-file, then it says the following:

Code: Select all

ClassName=TsgDXFText; Entity name=TEXT AcDbMLeader (ACDB_MLEADER_CLASS) layer = Schriftzug style = psSolid color=black/white
 Start point: 
 X=58,533516045754
 Y=377,625119126105
 Z=0 Angle=0
 Font: Name=arial.ttf;  Height=2;  Color=$2FFFFFFF; 
 Style:
 Thickness=0
 Generation=0
 VAlign=0
 HAlign=0
 Text: AcDbMLeader (ACDB_MLEADER_CLASS)
Is there a way to import this?

If you need the dxf-file I can sent it to you via e-mail.

Thanks in advance,
Kevin

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Import AutoCAD Multileader/AcDbMLeader

Post by support » 10 Oct 2020, 04:58

Hello Kevin,

Unfortunately, at the moment CAD VCL doesn't provide a class for importing MLeader entities. Please send the DXF file to the Technical Support e-mail for investigation.

Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

KKesslau_SEMA
Posts: 8
Joined: 09 Mar 2018, 14:43

Re: Import AutoCAD Multileader/AcDbMLeader

Post by KKesslau_SEMA » 12 Oct 2020, 12:14

Hello Mikhail,

thank you for your answer. I sent you the regarding dxf-file.

Kevin.

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Import AutoCAD Multileader/AcDbMLeader

Post by support » 13 Oct 2020, 10:06

Hello Kevin,

We have received the file, thank you.

Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply