Part

class cee.geo.Part()

A Part is a collection of primitives (triangles, lines, points) and a specification of how to render these primitives.

The primitives are defined as a Mesh.

The PartSettings class defines how a part will be rendered (color, opacity, visibility) and if the part should be intersectable or not.

The GeometryModel is designed to handle a large number of parts (at least 300k+ without issues).


Accessors

cee.geo.Part.customData

Custom data for the part. This field is not used by EnvisionWeb.

cee.geo.Part.mesh

The mesh defining the geometry of the part.

cee.geo.Part.partIndex

The index of the part in the parent geometry model

cee.geo.Part.settings

Returns an active reference to the settings for this part.

cee.geo.Part.transformationMatrix

The transformation matrix to use for this part.

The default is null.