Class SCNGeometryElement

    • Constructor Detail

      • SCNGeometryElement

        public SCNGeometryElement()
      • SCNGeometryElement

        protected SCNGeometryElement​(NSObject.Handle h,
                                     long handle)
      • SCNGeometryElement

        public SCNGeometryElement​(NSCoder decoder)
    • Method Detail

      • getData

        public NSData getData()
      • getPrimitiveCount

        public long getPrimitiveCount()
      • getPrimitiveRange

        public NSRange getPrimitiveRange()
        Since:
        Available in iOS 11.0 and later.
      • setPrimitiveRange

        public void setPrimitiveRange​(NSRange v)
        Since:
        Available in iOS 11.0 and later.
      • getBytesPerIndex

        public long getBytesPerIndex()
      • getPointSize

        public double getPointSize()
        Since:
        Available in iOS 11.0 and later.
      • setPointSize

        public void setPointSize​(double v)
        Since:
        Available in iOS 11.0 and later.
      • getMinimumPointScreenSpaceRadius

        public double getMinimumPointScreenSpaceRadius()
        Since:
        Available in iOS 11.0 and later.
      • setMinimumPointScreenSpaceRadius

        public void setMinimumPointScreenSpaceRadius​(double v)
        Since:
        Available in iOS 11.0 and later.
      • getMaximumPointScreenSpaceRadius

        public double getMaximumPointScreenSpaceRadius()
        Since:
        Available in iOS 11.0 and later.
      • setMaximumPointScreenSpaceRadius

        public void setMaximumPointScreenSpaceRadius​(double v)
        Since:
        Available in iOS 11.0 and later.
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • init

        protected long init​(NSCoder decoder)