Skip to content

Geom.pointAtShape()

Description

...

Syntax

JS
Geom.pointAtShape(shape: Shape, t : Number) -> Point3

Parameters

Parameter Type Default Value Mandatory Description
a Shape ✅ First hull for calculating intersection.
b Shape ✅ Second hull for calculating intersection.

Return value

Type Description
Point3 ...

Example

JS
console.info(result) // output:

See Also

Last update: 14 August 2025, 18:47