Search found 4 matches

by Klemens
22 May 2009, 18:44
Forum: CAD VCL
Topic: CADImportVCL Save changes after delete Entities
Replies: 1
Views: 11453

CADImportVCL Save changes after delete Entities

Hi together,

how do I can save changes of an loaded CAD-DXF-File, after I had deleted some entities or changed color of some entities?
The function "SaveToFile( 'FileName' );" do save the original file.
So it does not help me.

Thanks for tips.

Kind regards
Klemens
by Klemens
16 Dec 2008, 21:21
Forum: CAD VCL
Topic: Draw a Polyline as a dash dotted line
Replies: 1
Views: 13667

Draw a Polyline as a dash dotted line

Hello support,

how do I can set attributes of a polyline to draw it as a dash dotted line?

Thanks for help.
Kind regards
Klemens
by Klemens
11 Dec 2008, 21:05
Forum: CAD VCL
Topic: Add entities to specific layers
Replies: 1
Views: 12805

Add entities to specific layers

Hi support,

how do I can add entities like a polyline to a specific layer named as "Demo"?

Thanks a lot.

Kind regards

Klemens
by Klemens
01 Dec 2008, 20:53
Forum: CAD VCL
Topic: Get snapped Entity under SnapMode
Replies: 1
Views: 12177

Get snapped Entity under SnapMode

Hi Support, I'm using the TSGDrawingNavigator-Object to get the preview of any CAD-File. I switched the navigator into Snapmode by the following code: SGDrawingNavigator1.SnapControl.SnapMode := osAll; Is there any possibility to get an entity currently snapped under mouse-position? kind regards Kle...