Roblox API Reference

GeometryService 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 (6)

Type Member History
Array CalculateConstraintsToPreserve (Instance source, Array destination, Dictionary options = nil) 590 591 598
string HashMeshAsync (Content meshId) 600
Array IntersectAsync (Instance part, Array parts, Dictionary options = nil) 591 598 598
Content StitchMeshesAsync (Array meshParts) 600
Array SubtractAsync (Instance part, Array parts, Dictionary options = nil) 591 598 598
Array UnionAsync (Instance part, Array parts, Dictionary options = nil) 591 598 598
57 members inherited from Instance

History

Members

CalculateConstraintsToPreserve On DevHub

Name Type Default
source Instance none
destination Array none
options Dictionary nil

History

HashMeshAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
meshId Content none

History

Tags: [Yields]

IntersectAsync On DevHub

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

History

Tags: [Yields]

StitchMeshesAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
meshParts Array none

History

Tags: [Yields]

SubtractAsync On DevHub

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

History

Tags: [Yields]

UnionAsync On DevHub

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

History

Tags: [Yields]

Relevant classes (1)