Reference API Roblox

Engine API

Website

Related

Reference API Roblox

WeldConstraintPreserve

Controls which WeldConstraints are included in the recommendation table returned by GeometryService:CalculateConstraintsToPreserve().

Items 3

HistoryNameValueDescription
575All0

All WeldConstraints will be returned in the recommended table.

575None1

WeldConstraints will be ignored and not returned in the recommended table.

575Touching2

Only WeldConstraints that connect touching parts in the performed operation will be returned in the recommended table.

Description

Controls which WeldConstraints are included in the recommendation table returned by GeometryService:CalculateConstraintsToPreserve() after a solid modeling operation such as GeometryService:UnionAsync(), GeometryService:SubtractAsync(), or GeometryService:IntersectAsync(). Pass this enum as the weldConstraintPreserve key inside the options dictionary argument to that method. The default value used when no option is specified is WeldConstraintPreserve.Touching.

History 4

Settings