AppleSCNCylinder - UBogun/Xojo-iosLib GitHub Wiki

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

An SCNCylinder geometry models a right circular cylinder.

Please see the superclass for more properties and methods

Constructors

Constructor (Radius As Double, Height As Double): Creates a cylinder geometry with the specified radius and height.

Properties

Height As Double: The extent of the cylinder along its y-axis. Animatable.

HeightSegmentCount As Integer: The number of subdivisions in the sides of the cylinder along its y-axis. Animatable.

RadialSegmentCount As Integer: The number of subdivisions around the circumference of the cylinder. Animatable.

Radius As Double: The radius of the cylinder’s circular cross section. Animatable.