Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript > API/Plugins/GeometryScriptingCore/GeometryScript/UGeometryScriptL-
| Type | Name | Description | |
|---|---|---|---|
| static | UPARAM
(
DisplayName |
Create a Box from a Center point and X/Y/Z Dimensions (not Extents, which are half-dimensions) | |
| static | UPARAM
(
DisplayName |
Test if a Point is inside the Box, returning true if so, otherwise false | |
| static | UPARAM
(
DisplayName |
Find the point on the faces of the Box that is closest to the input Point. | |
| static | UPARAM
(
DisplayName |
Calculate the minimum distance between the Box and the Point | |
| static | UPARAM
(
DisplayName |
Check if the Box intersects a Sphere defined by the SphereCenter and SphereRadius | |
| static | UPARAM
(
DisplayName |
Create a Box from a Center point and X/Y/Z Extents (Extents are half-dimensions) | |
| static | UPARAM
(
DisplayName |
Get the position of a corner of the Box. | |
| static | UPARAM
(
DisplayName |
Get the position of the center of a face of the Box. | |
| static | UPARAM
(
DisplayName |
Get the input Box expanded by adding the ExpandBy parameter to both the Min and Max. | |
| static | UPARAM
(
DisplayName |
Apply the input Transform to the corners of the input Box, and return the new Box containing those points | |
| static | UPARAM
(
DisplayName |
Test if Box1 and Box2 intersect | |
| static | UPARAM
(
DisplayName |
Find the Box formed by the intersection of Box1 and Box2 | |
| static | UPARAM
(
DisplayName |
Calculate the minimum distance between Box1 and Box2 |