Reference API Roblox

Engine API

Website

Related

Reference API Roblox

PrimitiveType

Identifies the base primitive shape of a BasePart node within a CSG operation graph.

Items 6

HistoryNameValueDescription
595Null0

Sentinel value indicating no valid primitive shape; used for uninitialized or invalid nodes in a CSG operation graph.

595Ball1

A spherical primitive shape, corresponding to the ball/sphere geometry of a Part.

595Cylinder2

A cylindrical primitive shape, corresponding to the cylinder geometry of a Part.

595Block3

A box primitive shape, corresponding to the standard rectangular block geometry of a Part; the default primitive type for new Part nodes in a CSG operation graph.

595Wedge4

A wedge primitive shape, corresponding to the geometry of a WedgePart.

595CornerWedge5

A corner wedge primitive shape, corresponding to the geometry of a CornerWedgePart.

Description

Identifies the base primitive shape of a BasePart node within a CSG (Constructive Solid Geometry) operation graph (OperationGraph). Used when performing union, negate, and intersect operations to determine how each input part's geometry is represented during the operation.

History 7

Settings