I want to use the XML file generated in Civil3D containing shared coordinates for data exchange. What are the APIs that are needed to fetch this information directly?
Also what other data is required in Civil3D for shared coordinates?
example -
<?xml version="1.0" encoding="utf-8"?>
<CoordSysZup Units="M">
<OriginX>-27827.506890318869</OriginX>
<OriginY>42538.426386936349</OriginY>
<OriginZ>0</OriginZ>
<RotationInXYPlane>6.2831853071795836</RotationInXYPlane>
</CoordSysZup>
I want to use the XML file generated in Civil3D containing shared coordinates for data exchange. What are the APIs that are needed to fetch this information directly?
Also what other data is required in Civil3D for shared coordinates?
example -
<?xml version="1.0" encoding="utf-8"?>
<CoordSysZup Units="M">
<OriginX>-27827.506890318869</OriginX>
<OriginY>42538.426386936349</OriginY>
<OriginZ>0</OriginZ>
<RotationInXYPlane>6.2831853071795836</RotationInXYPlane>
</CoordSysZup>
Can't find what you're looking for? Ask the community or share your knowledge.