Part

class cee.mrk.Part()

Base class for parts that can be added to a MarkupModel.

Accessors

  • customData

Methods


Accessors

cee.mrk.customData()

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

Return type:

any

cee.mrk.customData(data)
Arguments:
  • data (any) – None

Return type:

void

Methods

rayIntersect

Part.rayIntersect(ray, hitItem)
Arguments:

Picking on the part

Return type:

boolean