Lib.mesh.generate.RepeatMeshAtPoints - tixl3d/tixl GitHub Wiki

RepeatMeshAtPoints

in Lib.mesh.generate


Creates a new mesh that repeats the incoming mesh at each point. Note: Warning: With detailed meshes, or very large scaled meshes and/or a very high number of points, this Operator can take up a lot of resources.

Also see: [DrawMeshAtPoints]


Input Parameters

Name (Relevancy & Type) Description
Points (BufferWithViewsRequired) Input for Points such as [SpherePoints], [GridPoints] or [PointsOnMesh] etc.
InputMesh (MeshBuffersRequired) Input for Meshes like [LoadObj], [TorusMesh] etc.
Scale (Single) Defines the size of the meshes that are distributed at the points.
UseWForSize (Boolean) Defines whether the "W" value will influence the scaling of the incoming meshes.
WStretchAmount (Vector3) Non-Uniformly scales the Meshes.
UseStretch (Boolean) Controls whether the "Stretching" values from operators such as [RandomizePoints] or [TransformPoints] are used.
ScaleFactor (Int32) -

Outputs

Name Type
Result T3.Core.DataTypes.MeshBuffers

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

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