Part

class cee.mrk.Part()

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

Accessors

Methods


Accessors

Part.customData()

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

Return type:any
Part.customData(data)
Arguments:
  • data (any) – None
Return type:

void

Methods

rayIntersect

Part.rayIntersect(ray, hitItem)
Arguments:

Picking on the part

Return type:boolean