Search found 4 matches

by AnaCoutinho
27 Jan 2021, 21:56
Forum: CAD VCL
Topic: Change UCS
Replies: 6
Views: 5355

Re: Change UCS

ok, thank you very much.
I must have opened the previous file.

Best regards,
Ana
by AnaCoutinho
26 Jan 2021, 22:32
Forum: CAD VCL
Topic: Change UCS
Replies: 6
Views: 5355

Re: Change UCS

Hello Mikhail,

Thank you for your response.

Is the resulted circle still in the XY plane after calling UpdateUCS?
Is it possible to rotate to another plane?

I'm very grateful for your example.
Best regards,
Ana Coutinho
by AnaCoutinho
14 Jan 2021, 21:34
Forum: CAD VCL
Topic: Change UCS
Replies: 6
Views: 5355

Re: Change UCS

Hello Mikhail,

Here's a simple example of an circle.

Thanks for your attention.
Ana
by AnaCoutinho
11 Jan 2021, 18:32
Forum: CAD VCL
Topic: Change UCS
Replies: 6
Views: 5355

Change UCS

Hi CAD VCL forum, I've been trying to change an entity UCS in Delphi, but it doesn't seem to do what I want. Before and after changing the UCS I use this command to see if the result changes: iMatrix := FCADFile.Converter.GetUCS(v2Layout); For example, changing X direction to Z direction, using the ...