Setting AutoCad Variables
Moderators: SDS, support, admin
Setting AutoCad Variables
Hi,
How can I set global AutoCad Variables in this library ? For example
PDSIZE = 10
PDMODE = 35
If I read a file that contains this settings it is showing exactly what it reads. But when I save as DXF and read from, looses the settings.
What can it be done.
Thanks
Aby
How can I set global AutoCad Variables in this library ? For example
PDSIZE = 10
PDMODE = 35
If I read a file that contains this settings it is showing exactly what it reads. But when I save as DXF and read from, looses the settings.
What can it be done.
Thanks
Aby
Re: Setting AutoCad Variables
Hi Aby,
We recommend to use the follwoing fields of TsgDXFConverter.HeadVarStruct: TsgHeadVarStruct:
Sergey.
We recommend to use the follwoing fields of TsgDXFConverter.HeadVarStruct: TsgHeadVarStruct:
Code: Select all
PsgHeadVarStruct = ^TsgHeadVarStruct;
TsgHeadVarStruct = record
...
PointDisplayMode: Integer;// PDMODE
PointDisplaySize: Double;// PDSIZE
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support