Skip to main content
Solved

Translating Microstation V8i to Smallworld 4.2

  • August 3, 2016
  • 3 replies
  • 30 views

Forum|alt.badge.img

I am trying to insert an object into Smallworld that needs a point. I have done this successfully many time but this particular object or set of objects is more dificult. I need to be able to save a point that is coming in from microstation to be used for more than one object in Smallworld. The error I am currently receiving is "Trail must contain at least 1 point" Any suggestions/help would be appretiated.

Best answer by erik_jan

Is the geometry name in all SmallWorld tables the same? If the Trail has a different geometry name, you have to rename the geometry by either using the GeometryPropertySetter or by setting the sworld_geometry{0}.sworld_name attribute. Like this:

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.

3 replies

erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • Best Answer
  • August 3, 2016

Is the geometry name in all SmallWorld tables the same? If the Trail has a different geometry name, you have to rename the geometry by either using the GeometryPropertySetter or by setting the sworld_geometry{0}.sworld_name attribute. Like this:


Forum|alt.badge.img
Thanks I will try your suggestion

 

 


Forum|alt.badge.img
  • Author
  • September 26, 2016

Is the geometry name in all SmallWorld tables the same? If the Trail has a different geometry name, you have to rename the geometry by either using the GeometryPropertySetter or by setting the sworld_geometry{0}.sworld_name attribute. Like this:

Thank you for your input. I have been successful in creating the objects that I need.