evCreate API 5.7 Help

EvPartId Type Alias

EvPartId is a TS type alias for a string that defines a persistent internal UUID of a given Part item. The UUID is globally unique across documents and sessions and can be stored outside the context of the current document session. It can be queried with the GetPartInfo(part: EvItem, options?: EvPartQueryOptions): Promise<Ev3DObjectData> and GetModelInfo(options?: EvPartQueryOptions): Promise<Ev3DObjectData> functions for parent parts and the entire model.

type EvPartId: string;
26 April 2025