How to combine(Join) a few objects
Moderators: SDS, support, admin
How to combine(Join) a few objects
Hi,
I have a question.
I'd like to combine (Join) a few objects(arc and polyline) as xml. But, I don't know it.
I tried to use "Union" after searching help description. But, it was not correct.(PS: the Union icon was not enable. Ref.see union.jpg)
Can you help me how to combine(Join) both arc and polyline together?
Thanks,
I have a question.
I'd like to combine (Join) a few objects(arc and polyline) as xml. But, I don't know it.
I tried to use "Union" after searching help description. But, it was not correct.(PS: the Union icon was not enable. Ref.see union.jpg)
Can you help me how to combine(Join) both arc and polyline together?
Thanks,
- Attachments
-
- union.jpg (42.81 KiB) Viewed 28304 times
Re: How to combine(Join) a few objects
Hello,
Objects to be joined must be collinear (lying in the same straight line) or concentric (having a common centre). For example, you can join two lines that have a gap and lie in the straight line or circular arcs with a common centre and equal radius. Given the above said, you can't join arc and polyline.
The Union button is enabled only when two objects are selected.
Mikhail
Objects to be joined must be collinear (lying in the same straight line) or concentric (having a common centre). For example, you can join two lines that have a gap and lie in the straight line or circular arcs with a common centre and equal radius. Given the above said, you can't join arc and polyline.
The Union button is enabled only when two objects are selected.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
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,
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,
Re: How to combine(Join) a few objects
It is not possible.I can't union between polyline and arc. Is it possible?
Execute Unite command as shown below.How do I have to do 'union' as xml?
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2">
<command text="Unite"/>
</cadsofttools>
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support