Skip to main content

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.

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:


Thanks I will try your suggestion

 

 


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.

 

 


Reply