There is a way to make this form 3D Vertex point Creator. ?
I use the template to make a LandXml header but i need to create Cogo Points (CgPoint)
Page 1 / 1
Hi,
I think the LandXML writer converts 3D points to CgPoint elements automatically when writing them.
Takashi
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
Really? This LandXML writer wrote a CgPoint element based on 3D point created by a VertexCreator.
Ok its works!
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>
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...