evCreate API 5.7 Help

Ev3DMetadata Interface

The Ev3DMetadata TS interface defines a metadata field of an object in 3D space.

Properties

An Ev3DMetadata object has the following properties:

optional groupName: string;

A string, a group of fields to which a given 3D object metadata field belongs.

name: string;

A string, a name of a given 3D object metadata field.

value: string;

A string, a value of a given 3D object metadata field.

Examples

{ groupName: "location", name: "File Name", value: "Part_1a" }
05 April 2025