Skip to content

lib.point.generate.RadialPoints

Thomas Mann edited this page Jan 17, 2024 · 4 revisions

RadialPoints

in lib.point.generate


A versatile generator of circular point sets that can create a variety of circles, spirals, helixes, etc.

Try the presets to get an overview.

The CloseCircleLine option is only required when drawing lines. It will add an overlapping point and a separator, so the number of corners will be Count - 2.


Input Parameters

Name (Relevancy & Type) Description
Count (Int32) -
Radius (Single) -
RadiusOffset (Single) -
Center (Vector3) -
Offset (Vector3) -
StartAngle (Single) -
Cycles (Single) -
CloseCircleLine (Boolean) -
Axis (Vector3) -
W (Single) -
WOffset (Single) -
OrientationAxis (Vector3) -
OrientationAngle (Single) -
BiasAndGain (Vector2) -

Outputs

Name Type
OutBuffer T3.Core.DataTypes.BufferWithViews

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

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

Clone this wiki locally