Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Part

A part describes the elements and nodes in one part of the Geometry.

A part links a mesh defining the part geometry (mesh) with the settings for the part. Parts can share a mesh, and then e.g. use a transformation result to offset the parts.

The part settings allows you to control the color, draw style, visibility and result settings for the part.

A part can have a user defined name and a customData property is provided to store any application specific data for each part.

Hierarchy

  • Part

Index

Accessors

customData

customData: any

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

mesh

mesh: Mesh

The mesh defining the elements and nodes of the part.

name

name: string

The name of the part

Readonly settings

settings: PartSettings

Returns an active reference to the settings for this part.

Generated using TypeDoc