Search found 30 matches

by agvs
19 Apr 2017, 10:25
Forum: CADEditorX
Topic: Delete one layer as XML
Replies: 1
Views: 25506

Delete one layer as XML

Hello,
I'd like to delete one layer.

For example,
First, I make A, B, C, and D layer.
And I work with A, B, C, and D layer.
Last, I'd like to delete only C layer.

Let me know deleting one layer as Xml.
Thanks,
by agvs
13 Apr 2017, 11:36
Forum: CADEditorX
Topic: Hiding object?
Replies: 1
Views: 21809

Hiding object?

Hi,
After making objects (line, circle), Can I hide them as Xml?(Not delete them)
Let me know.
Thanks,
by agvs
10 Apr 2017, 04:51
Forum: CADEditorX
Topic: cstRectangle?
Replies: 3
Views: 28575

Re: cstRectangle?

Thanks, I applied your way for blocks. <?xml version="1.0" encoding="utf-8"?> <cadsofttools version="2"> <add> <cstSectionBlocks Name="BLOCKS" > <SubEntities> <cstBlock name="BTrace" > <SubEntities> <cstLWPolyline> <cstVertex point="0,0"/> <cstVertex point="150,0"/> <cstVertex point="150,100"/> <cst...
by agvs
06 Apr 2017, 09:09
Forum: CADEditorX
Topic: color
Replies: 1
Views: 22027

color

Hi,
I have a question about color.
In a case I'd like to make transparent in color of object.(or Visible/Invisible)
Do you know how to do that?
Let me know.
by agvs
06 Apr 2017, 04:55
Forum: CADEditorX
Topic: cstRectangle?
Replies: 3
Views: 28575

cstRectangle?

Hello,
I have a question.
I know there are 'cstLine', 'cstCircle', and so on.
By the way, I want to add 'Rectangle' like above.
Do you have 'cstRectangle'?
Let me know.
Thanks,
by agvs
21 Mar 2017, 11:13
Forum: CADEditorX
Topic: Contextmenu
Replies: 1
Views: 22237

Contextmenu

Hi, I have a question about 'Contextmenu'. I want to add separator(bar) between one caption and other captions on 'Contextmenu'. Let me know the source. Thanks, <?xml version="1.0" encoding="utf-8"?> <cadsofttools version="2"> <contextmenu mode="0"> <items> <item Caption="item1" onClick="$00000000"/...
by agvs
08 Mar 2017, 03:38
Forum: CADEditorX
Topic: Show point
Replies: 3
Views: 31123

Re: Show point

I got the below answer from Cadsofttools.
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>
*0,0,0 means X, Y, Z. 500 means scale in percentage.
by agvs
06 Mar 2017, 11:56
Forum: CADEditorX
Topic: Show point
Replies: 3
Views: 31123

Show point

Hi,
I'd like to control 'Scale' of 'Show point' as XML process.
How to do that?
Let me know.
Thanks,
by agvs
03 Mar 2017, 08:48
Forum: CADEditorX
Topic: First Display
Replies: 1
Views: 24587

First Display

Hi,

When EditorX is begun first, I'd like that page(attached jpg) is showed basically.(Not 'New')
How do I have to do? How to setting?
Let me know it.
Thanks,
by agvs
24 Nov 2016, 08:54
Forum: CADEditorX
Topic: csthArc
Replies: 1
Views: 25767

csthArc

Hi, I'd like to know 'csthArc' as xml. Please, show me a sample source(xml) of 'csthArc'. I tried to do that for test. But it didn't work. My source is below; <?xml version="1.0" encoding="utf-8"?> <cadsofttools version="2"> <add> <csthArc CenterPoint ="-4.5613,158.2771" EndParam ="128.8314,85.4044"...
by agvs
14 Nov 2016, 10:14
Forum: CADEditorX
Topic: Results
Replies: 1
Views: 20411

Results

Hello, I have a question about result of XML. I get 'handle value' after using 'GetAttribValue(doc,nodeL3, attInst) like below source. My source is string handle1 = GetAttribValue(doc, nodeL6, "Handle");//"cadsofttools/Results/Result/Output/Created"; If I add 2 objects(ex, block and text), I will ge...
by agvs
14 Nov 2016, 07:24
Forum: CADEditorX
Topic: RightClick
Replies: 3
Views: 27919

Re: RightClick

Thank you for your explanation.
I'd like to know exactly 'onClick'.
Let me know, please.
Thanks,
by agvs
07 Nov 2016, 15:21
Forum: CADEditorX
Topic: RightClick
Replies: 3
Views: 27919

RightClick

Hello,
I’d like to proceed the defined window by me after right click.
See the attached picture, please.
That picture is to follow your window for selecting something after right click.
In my case, I want to change to follow defined window which is made by me after right click.
Let me know please.
by agvs
03 Nov 2016, 13:41
Forum: CADEditorX
Topic: cstpolyline
Replies: 1
Views: 18888

cstpolyline

Hi, I tried to draw polyline as xml(cstPolyline). But, the polyline didn't work(drawn). What's a problem with my source? Let me know, please Below is my source. <?xml version="1.0" encoding="utf-8"?> <cadsofttools version="2"> <add> <cstPolyline point="0,0,0" Color="0;1;"/> <cstPolyline point="1,1,0...
by agvs
02 Nov 2016, 05:20
Forum: CADEditorX
Topic: How to combine(Join) a few objects
Replies: 3
Views: 27868

Re: How to combine(Join) a few objects

Thanks!!
I have more questions.
1)I can't union between polyline and arc.
Is it possible?

2)I can't find out 'Union' as xml.
How do I have to do 'union' as xml?
Let me know, please.
Thanks,