Elevations markups can't be moved

Elevations markups can't be moved

MiguelGT17
Advocate Advocate
199 Views
1 Reply
Message 1 of 2

Elevations markups can't be moved

MiguelGT17
Advocate
Advocate

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

MiguelGT17_0-1690421276522.png

 

All the best

Miguel G

 

0 Likes
Accepted solutions (1)
200 Views
1 Reply
Reply (1)
Message 2 of 2

MiguelGT17
Advocate
Advocate
Accepted solution

Nevermind, my statement was never hit. Once it finally reached, the markups were moved.

 

0 Likes