AppleSCNTube - UBogun/Xojo-iosLib GitHub Wiki
Inherits from AppleSCNGeometry
Memory leak check: not yet done.
Status: completed
An SCNTube geometry models a tube or pipe—a right circular cylinder with a circular hole along its central axis.
Please see the superclass for more properties and methods
Constructors
Constructor (innerRadius As Double, outerRadius As Double, Height As Double): Creates a tube geometry with the specified inner radius, outer radius, and height.
Properties
Height As Double: The extent of the tube along its y-axis. Animatable.
HeightSegmentCount As Integer: The number of subdivisions in the inner and outer surfaces of the tube along its y-axis. Animatable.
InnerRadius As Double: The radius of the circular hole through the tube. Animatable. Default 0.25
OuterRadius As Double: The radius of the tube’s outer circular cross section. Animatable.
RadialSegmentCount As Integer: The number of subdivisions around the circumference of the tube. Animatable.