ProMesh User Manual  v4.3.19

Tools to scale the current selection. More...

Functions

void ScaleAroundCenter (Mesh *mesh, const Vec3d *scale)
 Scales the selected elements around the center of the current selection. More...
 
void ScaleAroundPivot (Mesh *mesh, const Vec3d *scale)
 Scales the selected elements around the pivot of the mesh. More...
 
void ScaleAroundPoint (Mesh *mesh, const Vec3d *scale, const Vec3d *point)
 Scales the selected geometry around the given point. More...
 

Detailed Description

Tools to scale the current selection.

Function Documentation

◆ ScaleAroundCenter()

void ScaleAroundCenter ( Mesh mesh,
const Vec3d scale 
)

Scales the selected elements around the center of the current selection.

◆ ScaleAroundPivot()

void ScaleAroundPivot ( Mesh mesh,
const Vec3d scale 
)

Scales the selected elements around the pivot of the mesh.

◆ ScaleAroundPoint()

void ScaleAroundPoint ( Mesh mesh,
const Vec3d scale,
const Vec3d point 
)

Scales the selected geometry around the given point.