Search found 22 matches

by hayami
24 Mar 2014, 17:21
Forum: CAD VCL
Topic: Layer.Visible = False But it appears
Replies: 2
Views: 15361

Layer.Visible = False But it appears

Hi,

I have set to False Layer.Visible.
But Entity from being displayed.

Visiblity = False was also no good.

Thank you.
by hayami
27 Sep 2013, 11:39
Forum: CAD VCL
Topic: same handle value
Replies: 2
Views: 16803

Re: same handle value

I found the cause
To hold the data that is linked to Entity in the current project, it is necessary to always save
However, because save is heavy, we are going to save in the thread, it was due
We are going to review the specification

I'm sorry for being late

Thank you
by hayami
31 Aug 2013, 05:25
Forum: CAD VCL
Topic: same handle value
Replies: 2
Views: 16803

same handle value

Hello. I insert an entity with this code: function TMyCadImage.AddBlock(InsPoint: TFPoint; BlockName: String; DegreeAngle: Double; LayerName: string; Color: TColor): Int64; var Insert: TsgDXFInsert; Block: TsgDXFBlock; Layer: TsgDXFLayer; begin Result := 0; if not Assigned(FConverter) then Exit; Blo...
by hayami
08 Apr 2013, 06:57
Forum: CAD VCL
Topic: Method not to change Handle Value
Replies: 2
Views: 15322

Re: Method not to change Handle Value

Thanks for your cooperation.

R.Hayami
by hayami
05 Apr 2013, 11:43
Forum: CAD VCL
Topic: Method not to change Handle Value
Replies: 2
Views: 15322

Method not to change Handle Value

Hello. I save it after I read DXF and edit it. Is there the method of not to change a entitiy's handle Value? private FCadImage: TsgCadImage; FDNavigator: TsgDrawingNavigator; //abbreviation procedure LoadDxfFile(FileName: String); begin FDNavigator.LoadFromFile(FileName); // 'test.dxf' etc.. FCadIm...
by hayami
24 Jan 2013, 05:10
Forum: CAD VCL
Topic: How to use SortEntitiesByHandle
Replies: 2
Views: 15193

Re: How to use SortEntitiesByHandle

thank you.
by hayami
23 Jan 2013, 05:03
Forum: CAD VCL
Topic: How to use SortEntitiesByHandle
Replies: 2
Views: 15193

How to use SortEntitiesByHandle

Hello. I am sorry in poor English. Please tell me about TsgDXFConverter.SortEntitiesByHandle method. 1.EntityGroup: = TsgDXFConverter.Sections[csEntities]   ↑   A steering wheel level is sorted in ascending order  [Y/N] 2.Please tell an argument what I should appoint. Japanese TsgDXFConverter.SortEn...