π’ PlaceMaker | 25% off for February including new Google Earth data imports!
Learn more
Transform Vertices?
-
I want to transform some vertices.
How can I - given an edge - move one of it's vertices upwards?
(I have a feeling I really should know this - but atm I got a complete brain-block
)
-
-
For some reason I just assumed you could not do that since
Vertex
doesn't have atransform!
method. -
What thomthom said.
But it is interesting. It's not easy to tell what entities can be transformed.
Being transformable is not related to be a DrawingElement (as you might think) because a Vertex is not one of those. In fact, a Vertex inherits from Entity.
Advertisement