Base class for part, instance and assembly.
new ModelElement(
name
?):ModelElement
Name of the model element.
null
| string
material:
null
|VisualMaterial
=null
The model element material. null
if the element has no material (by default).
get id():
bigint
Returns object id.
bigint
get name():
null
|string
Returns name of the model element. null
if the element has no name (by default).
null
| string
set name(
name
):void
Sets name of the model element.
Name of the model element.
null
| string
void
get uuid():
null
| `$string