Common
Extends SceneObject
Inherited from SceneObject
name()
name(value: string): this
Sets a custom display name for this object, overriding the default type-based name.
| Parameter | Type | Description |
|---|---|---|
value | string | The display name to assign. |
guide()
guide(): this
Marks this object as construction geometry. Guide objects are excluded from final geometry output unless explicitly included.
reusable()
reusable(): this
Marks this object as reusable. Reusable objects retain their shapes when
consumed by features (e.g., extrude, revolve), allowing multiple features
to reference the same source geometry. Use remove(obj) to force-remove
shapes from a reusable object.
Methods
keepOriginal()
keepOriginal(value?: boolean): this
Controls whether the original objects involved in the boolean intersection are retained or removed after the operation.
| Parameter | Type | Description |
|---|---|---|
value | boolean | true to keep originals, false (default) to remove them. (optional) |