Skip to main content
Solved

How to convert 3D Vertex Points to LandXML Cogo Points

  • April 28, 2014
  • 6 replies
  • 36 views

I use the template to make a LandXml header but i need to create Cogo Points (CgPoint)

 

There is a way to make this form 3D Vertex point Creator. ?

Best answer by takashi

Really? This LandXML writer wrote a CgPoint element based on 3D point created by a VertexCreator.

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

6 replies

takashi
Celebrity
  • April 29, 2014
Hi,

 

 

I think the LandXML writer converts 3D points to CgPoint elements automatically when writing them.

 

 

Takashi

  • Author
  • April 29, 2014
No, If i put a LandXml Reader and put it in a LandXml Writer its work.

 

But if i try to make CgPoints from another source (VertexCreator) its not look to work

takashi
Celebrity
  • Best Answer
  • April 29, 2014
Really? This LandXML writer wrote a CgPoint element based on 3D point created by a VertexCreator.

 

 


  • Author
  • April 29, 2014
Ok its works!

  • Author
  • May 1, 2014
Its it possible to create Groups Points :

 

Normaly Group points are made with CgPoints Names

 

 

<CgPoints name="GROUP_01">

 

  <CgPoint pntRef="1"></CgPoint>

 

  <CgPoint pntRef="2"></CgPoint>

 

  <CgPoint pntRef="3"></CgPoint>

 

  <CgPoint pntRef="4"></CgPoint>

 

</CgPoints>

 

<CgPoints name="GROUP_02">

 

  <CgPoint pntRef="5"></CgPoint>

 

  <CgPoint pntRef="6"></CgPoint>

 

  <CgPoint pntRef="7"></CgPoint>

 

  <CgPoint pntRef="8"></CgPoint>

 

</CgPoints>

takashi
Celebrity
  • May 2, 2014
A possible way to group the points is to use format attributes called "landxml_***", but I was not able to find how to add attributes...