AppleSCNPyramid - UBogun/Xojo-iosLib GitHub Wiki

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

An SCNPyramid geometry models a right rectangular pyramid.

Please see the superclass for more properties and methods

Constructors

Constructor (Width as Double, Height As Double, Length As Double): Creates a pyramid geometry with the specified width, height, and length.

Properties

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

HeightSegmentCount As Integer: The number of subdivisions in each face of the pyramid along its y-axis. Animatable.

Length As Double: The extent of the pyramid along its z-axis. Animatable.

LengthSegmentCount As Integer: The number of subdivisions in each face of the pyramid along its z-axis. Animatable.

Width As Double: The extent of the pyramid along its x-axis. Animatable.

WidthSegmentCount As Integer: The number of subdivisions in each face of the pyramid along its x-axis. Animatable.