Search found 7 matches

by bilcan
02 Nov 2011, 17:41
Forum: CAD VCL
Topic: Adding TsgCADMLine ?
Replies: 1
Views: 12629

Adding TsgCADMLine ?

Hi,

I'd like to add a MultiLine (for example Double) entity to CAD Image but I couldn't find a demo or explanation, could you give me an simple example

Bilal.
by bilcan
20 Sep 2011, 18:55
Forum: CAD VCL
Topic: Changing Attrib positions in TsgDXFInsert
Replies: 6
Views: 31778

Re: Changing Attrib positions in TsgDXFInsert

Thank you alex it works.
by bilcan
20 Sep 2011, 13:31
Forum: CAD VCL
Topic: Changing Attrib positions in TsgDXFInsert
Replies: 6
Views: 31778

Re: Changing Attrib positions in TsgDXFInsert

Hi,

all entities in the TsgDXFImage are moved except Attribs, please check out the images, I am trying to move an Insert and Attribs stay where it is. I used Editor demo.

Bilal.
by bilcan
20 Sep 2011, 12:37
Forum: CAD VCL
Topic: Changing Attrib positions in TsgDXFInsert
Replies: 6
Views: 31778

Re: Changing Attrib positions in TsgDXFInsert

Hi,

do you mean do I have to move Attribs individual?

Bilal.
by bilcan
19 Sep 2011, 17:49
Forum: CAD VCL
Topic: Changing Attrib positions in TsgDXFInsert
Replies: 6
Views: 31778

Changing Attrib positions in TsgDXFInsert

Hi,

I can change TsgDXFInsert positions but I'can't change TsgDXFAttdef or TsgDXFAttrib in the TsgDXFInsert. When I move a TsgDXFInsert entity, Attribs which are in the TsgDXFInsert are keep their positions.

Could you help me to do that.

Bilal.
by bilcan
22 Aug 2011, 15:18
Forum: CAD VCL
Topic: Copying Entities from one TDXFImage to Another TDXFImage
Replies: 3
Views: 17970

Re: Copying Entities from one TDXFImage to Another TDXFImage

I copied entities via following method but I Couldn't select the entities after paste? for I := 0 to CopyList.Count-1 do begin vEnt := TsgDXFEntityClass(TsgDXFEntity(CopyList ).ClassType).Create; vEnt.AssignEntity(TsgDXFEntity(CopyList )); Img.Converter.OnCreate(vEnt); Img.Converter.Sections[csEntit...
by bilcan
19 Aug 2011, 16:41
Forum: CAD VCL
Topic: Copying Entities from one TDXFImage to Another TDXFImage
Replies: 3
Views: 17970

Copying Entities from one TDXFImage to Another TDXFImage

Copying Entities from one TsgDXFImage to Another TsgDXFImage

Is there any way to do that?