Another questions ?

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

Moderators: SDS, support, admin

Post Reply
Jourde
Posts: 33
Joined: 10 Sep 2004, 10:33
Location: France
Contact:

Another questions ?

Post by Jourde » 25 Oct 2004, 16:47

Hi,

i got some another questions please :

1 - can we add a block in a image from another ?
something like that :
Source:=TsgDXFImage(ListBox1.Items.Objects[ListBox1.ItemIndex]);
TsgDXFImage(Image1).Converter.Sections[csBlocks].AddEntity(Source.Converter.Blocks[0]);

for now a got a crash (access violation)!

the aim is to view each block in a file to define a libary of drawing store in block defnition.

2 - can we select entities, and move it in a TImage or a TsgImage ?

the aim is to, after select a block in the library, add the block definition, add a insert and then move the insert where user want ?


thanks


E.Jourde


PS : if we buy your product, did we got a support ? (already this forum is very good (quality and rapidity of answer))

SDS
Posts: 21
Joined: 12 Mar 2004, 11:16
Location: Russia
Contact:

Post by SDS » 27 Oct 2004, 15:03

Hi, Jourde
Thank you for your question
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">
1 - can we add a block in a image from another ?
something like that :
Source:=TsgDXFImage(ListBox1.Items.Objects[ListBox1.ItemIndex]);
TsgDXFImage(Image1).Converter.Sections[csBlocks].AddEntity(Source.Converter.Blocks[0]);

for now a got a crash (access violation)!

the aim is to view each block in a file to define a libary of drawing store in block defnition.
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
we'll do the demo which is able to add a block to the image from another one
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">
can we select entities, and move it in a TImage or a TsgImage ?

the aim is to, after select a block in the library, add the block definition, add a insert and then move the insert where user want ?

<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
Our new demo contains this abilities, but the work does not completed yet. Very soon it'll be possible to download this demo from our site
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">
PS : if we buy your product, did we got a support ? (already this forum is very good (quality and rapidity of answer))
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
All registered users get a support via e-mail, phone (in Enlish or in Russian), ICQ

Post Reply