AppleSCNCone - UBogun/Xojo-iosLib GitHub Wiki
Inherits from AppleSCNGeometry
Memory leak check: not yet done.
Status: completed
An SCNCone geometry models a right circular cone or frustum.
Please see the superclass for more properties and methods
Constructors
Constructor(TopRadius As Double, BottomRadius As Double, Height As Double): Creates a cone geometry with the given top radius, bottom radius, and height.
Properties
BottomRadius As Double: The radius of the cone’s circular base. Animatable.
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 cone along its y-axis. Animatable.
RadialSegmentCount As Integer: The number of subdivisions around the circumference of the cone. Animatable.
TopRadius As Double: The radius of the cone’s circular top. Animatable.