Hi,
I'd like to control 'Scale' of 'Show point' as XML process.
How to do that?
Let me know.
Thanks,
Show point
Moderators: SDS, support, admin
Re: Show point
Hello,
Currently it is not possible to specify Scale parameter through the XML API.
Mikhail
Currently it is not possible to specify Scale parameter through the XML API.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Show point
I got the below answer from Cadsofttools.
I attached that code to help other people.
Thanks,
*0,0,0 means X, Y, Z. 500 means scale in percentage.
I attached that code to help other people.
Thanks,
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2">
<command text="showpoint 0 0 0 500"/>
</cadsofttools>
Re: Show point
Hello,
You are right, it is possible to specify Scale value through XML API. However, I would like to make a little remark: <command text=""/> should emulate entering the commands in CADEditorX command line, but in this case the XML code doesn't do it. In other words, you cannot enter X, Y, Z and Scale values in the command line, because the ShowPoint command invokes a dialog window.
Mikhail
You are right, it is possible to specify Scale value through XML API. However, I would like to make a little remark: <command text=""/> should emulate entering the commands in CADEditorX command line, but in this case the XML code doesn't do it. In other words, you cannot enter X, Y, Z and Scale values in the command line, because the ShowPoint command invokes a dialog window.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support