Lib.mesh.modify.TransformMesh - tixl3d/tixl GitHub Wiki

TransformMesh

in Lib.mesh.modify


Generates a new set of transformed vertices for a mesh.


Input Parameters

Name (Relevancy & Type) Description
Mesh (MeshBuffersRequired) -
Translation (Vector3) Moves the incoming mesh

X (-left / +right),
Y (-down / + up),
Z (-forward/+backwards)
Rotation (Vector3) Rotates the incoming mesh around the following axes:

X: Horizontal axis
Y: Vertical axis
Z: Forward axis
Scale (Vector3) Scales the incoming subgraph in the following directions:

X: Width
Y: Height
Z: Depth
UniformScale (Single) Uniformly scales the incoming mesh
UseVertexSelection (Boolean) Defines whether only selected vertices should be affected by the manipulation
Pivot (Vector3) Moves the Pivot (center point) of the incoming subgraph:

X (-left / +right)
Y (-down / + up)
Z (-forward/+backwards)

The Pivot Point determines the location of the incoming subgraph Gizmo. Transforming its location can make it easier to perform transformations around the position you want.

Outputs

Name Type
Result T3.Core.DataTypes.MeshBuffers

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

⚠️ **GitHub.com Fallback** ⚠️