For the complete documentation index, see llms.txt. This page is also available as Markdown.

PartType

Overview

PartType is an Enum that defines the default shape types provided by Part.

This is used in the Shape property of Part and determines the appearances of Part.

Items

Name
Value
Description

Ball

0

Represents a sphere shape.

Block

1

Represents a rectangular block shape.

Cylinder

2

Represents a cylinder shape.

See also

Part

Last updated