Skip to content

Geom.pointAtPolygon()

Description

...

Syntax

JS
Geom.pointAtPolygon(p: Polygon, t : Number) -> Point3

Parameters

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

Return value

Type Description
...

Example

JS
console.info(result) // output:

See Also

Last update: 14 August 2025, 18:47