Roblox API Reference

Geometry On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.

Tags: [NotCreatable, Service]

Inherits (1)

Member index (0)

Type Member History
No members defined by Geometry.
57 members inherited from Instance

Removed member index (4)

Type Member History
Dictionary CalculateConstraintsToPreserve (Instance source, Objects destination, float tolerance, WeldConstraintPreserve weldConstraintPreserve) 580 581
Objects IntersectAsync (Instance part, Objects parts, Variant options) 580 581
Objects SubtractAsync (Instance part, Objects parts, Variant options) 580 581
Objects UnionAsync (Instance part, Objects parts, Variant options) 580 581

History

Removed members

CalculateConstraintsToPreserve

Name Type Default
source Instance none
destination Objects none
tolerance float none
weldConstraintPreserve WeldConstraintPreserve none

History

IntersectAsync

This function yields. It will block the calling thread until completion.
Name Type Default
part Instance none
parts Objects none
options Variant none

History

Tags: [Yields]

SubtractAsync

This function yields. It will block the calling thread until completion.
Name Type Default
part Instance none
parts Objects none
options Variant none

History

Tags: [Yields]

UnionAsync

This function yields. It will block the calling thread until completion.
Name Type Default
part Instance none
parts Objects none
options Variant none

History

Tags: [Yields]