Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi folks,
Im trying to move the elevation marker to the center of a room if it's already placed in a room at a random point but the MoveElement command is not working
ElementTransformUtils.MoveElement(doc, elevMarker.Id, newRoomCentroid);// - new XYZ(elevMarkerCenter.X, elevMarkerCenter.Y,newRoomCentroid.Z));
elevMarkerCenter = newRoomCentroid;
doc.Regenerate();
Any ideas on which other method can I use to move it again? perhaps I can delete it and create a new one but I dont want to lose the annotations and some other data already existing in an elevation
All the best
Miguel G
Solved! Go to Solution.