Search found 4 matches

by brace
10 Jan 2017, 17:06
Forum: CAD VCL
Topic: How to change the layer LineType
Replies: 5
Views: 50577

Re: How to change the layer LineType

THanks for the reply. I tried to use your code but i still create a continuous line. I suspect this is because i need to call Loaded as described in the help. PROBLEM 1 Please tell me how to use Loaded in this case: var vDrawing: TsgCADDXFImage; begin vDrawing := TsgCADDXFImage.Create; vDrawing.Load...
by brace
10 Jan 2017, 02:02
Forum: CAD VCL
Topic: How to change the layer LineType
Replies: 5
Views: 50577

How to change the layer LineType

To change the Layer color i do

Code: Select all

vDrawing.Converter.LayerByName('0').Color := clRed;
But to change the line type

Code: Select all

vDrawing.Converter.LayerByName('0').LineType := WHAT?
Moreover where is the documentation about this property?

Thanks a lot.
by brace
09 Jan 2017, 11:27
Forum: CAD VCL
Topic: What can be done in 3d
Replies: 3
Views: 32049

Re: What can be done in 3d

I do not know why but i got email notification of a reply only today (9th jan 2017, while the reply was done in 2015).

Anyway in the mean time i developed my solution using Unity.

Thanks in late.
by brace
05 Mar 2015, 12:37
Forum: CAD VCL
Topic: What can be done in 3d
Replies: 3
Views: 32049

What can be done in 3d

Hello, I am exploring your components. i have 3 requirements to explore: 1) creating a 3d file at runtime (somehow i have 4 building blocks and i would like to create a 3d file) by inserting the blocks at specific points in space - i think this is not possible by reading the forum 2) see the surface...