PartType
Controls the Part.Shape of an object.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 47 | Ball | 0 | A spherical shape. | |
| 47 | Block | 1 | A block shape. | |
| 47 | Cylinder | 2 | A cylinder shape oriented along the X axis. | |
| 580 | Wedge | 3 | A wedge shape with a slope on one side. | |
| 580 | CornerWedge | 4 | A wedge shape with slopes on two sides. |
Description
The PartType enum specifies the primitive geometry shape of a
Part, assigned through its Shape property. A new
Part defaults to Block. The five available shapes are Ball (sphere),
Block (rectangular prism), Cylinder (oriented along the X axis), Wedge (a ramp
with a slope on one face), and CornerWedge (a ramp with slopes on two
perpendicular faces).