AppleSCNTorus - UBogun/Xojo-iosLib GitHub Wiki

Inherits from AppleSCNGeometry
Memory leak check: not yet done.
Status: completed

An SCNTorus geometry models a ring-shaped object (or a donut).

Please see the superclass for more properties and methods

Constructors

Constructor (Ringadius As Double, PipeRadius As Double): Creates a torus geometry with the specified ring radius and pipe radius.

Properties

PipeRadius As Double: The minor radius of the torus, defining the pipe that encircles the torus ring. Animatable.

PipeSegmentCount As Integer: The number of subdivisions around the torus pipe. Animatable.

RingRadius As Double: The major radius of the torus, defining a circle in the x- and z-axis dimensions. Animatable.

RingSegmentCount As Integer: The number of subdivisions around the torus ring. Animatable.