MeshObject.scale_from_3_points
- MeshObject.scale_from_3_points(message='Select the base vertex for the scaling operation.')[source]
Scale the mesh object from 3 reference points.
Note that this does not scale the underlying data structure, but only the scale of the representation in Rhino.
The first reference point of the scaling operation must be a vertex of the mesh. This vertex will become the new anchor of the object.
- Returns
bool – True if the operation was successful. False otherwise.