Platforms to show: All Mac Windows Linux Cross-Platform

Back to SCNGeometryElementMBS class.

SCNGeometryElementMBS.PrimitiveTypeLine = 2

Type Topic Plugin Version
const SceneKit MBS Mac64bit Plugin 19.3
One of the primitive types.

The geometry element’s data is a sequence of line segments, with each line segment described by two new vertices.

SCNGeometryElementMBS.PrimitiveTypePoint = 3

Type Topic Plugin Version
const SceneKit MBS Mac64bit Plugin 19.3
One of the primitive types.

The geometry element’s data is a sequence of unconnected points.

SCNGeometryElementMBS.PrimitiveTypePolygon = 4

Type Topic Plugin Version
const SceneKit MBS Mac64bit Plugin 19.3
One of the primitive types.

The geometry element’s data is a sequence of arbitrary polygons.
see
https://developer.apple.com/documentation/scenekit/scngeometryprimitivetype/scngeometryprimitivetypepolygon?language=objc

SCNGeometryElementMBS.PrimitiveTypeTriangles = 0

Type Topic Plugin Version
const SceneKit MBS Mac64bit Plugin 19.3
One of the primitive types.

The geometry element’s data is a sequence of triangles, with each triangle described by three new vertices.

SCNGeometryElementMBS.PrimitiveTypeTriangleStrip = 1

Type Topic Plugin Version
const SceneKit MBS Mac64bit Plugin 19.3
One of the primitive types.

The geometry element’s data is a sequence of triangles, with each triangle described by one new vertex and two vertices from the previous triangle.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...