You know we can get the text log of all the entities in the demo SimpleImport - "How to get entities properties".
But all the logged coords of entities are flipped vertical

So how can I get non flipped projection of my CAD objects?
Moderators: SDS, support, admin
All the entities except text have flipped coordinates in VCL version 10.0support wrote:Hello,
Could you give us more information about this problem? For example, what entities (all the entities or certain types) have flipped coordinates and what CAD VCL version you are using.
Mikhail
I did several SVG images in InkScape and got such issuesupport wrote:Hello,
Could you send your drawing file to the Technical Support e-mail? We will examine the problem with coordinates.
Mikhail
Code: Select all
<path
d="M 720.94214,22.944193 614.33009,94.601473"
id="path2989"
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
Code: Select all
P := FPointXMat(Vertex.Point, FCADParams.Matrix);