Error: Not an Entity

A function cannot be executed as the item put into the function is not an entity.

To be considered an entity, the item must not be a list and must fall under one of the categories below:


Example 1
Error Message Not an Entity Error Message 1.png
Bug ✘ Source of error: coordinates are not entities.
Not an Entity Bug Example 1.png
Correction ✔ Solution: make the coordinate into position entities.
Not an Entity Correction 1.png


Example 2
Error Message Not an Entity Error Message 2.png
Bug example ✘ Source of error: [cub_ex, cyl_ex] contains 2 lists within a list, as both cub_ex and cyl_ex are lists of polygons created by make.Extrude. The make.Collection function only accepts a single list of the depth of 1.
Not an Entity Bug Example 2.png
Correction ✔ Solution: Flatten the list [cub_ex, cyl_ex] to the depth of 1
Not an Entity Correction 2.png

results matching ""

    No results matching ""