Search found 1 match

by julialbert
12 Aug 2017, 12:03
Forum: CAD VCL
Topic: How to change the layer LineType
Replies: 5
Views: 50577

Re: How to change the layer LineType

Hello, You should call a TsgDXFConverter.Loads procedure which reloads a modified object (TsgDXFEntity or its derivatives) in the TsgDXFConverter. Reviews of phen375 For the layer "1" the Loads call will be the following: vDrawing.Converter.Loads(vDrawing.Converter.LayerByName('1')); The linetypes ...