Base class for topological shapes.
Topological shapes define boundaries of geometric entities in B-Rep and relationships between child subshapes.
new Shape(
internalType?):Shape
Creates a shape of the specified type.
ShapeType = ShapeType.UNDEFINED
Type of the shape.
Shape
get id():
bigint
Returns the unique identifier of the object.
bigint
get name():
string|null
Name of the shape.
The default value is null.
string | null
set name(
name):void
Sets the name of the shape.
string | null
Shape name.
void
get type():
ShapeType
Type of the shape.