LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields | Related Functions
SUBoundingBox3D Struct Reference

Represents a 3D axis-aligned bounding box represented by the extreme diagonal corner points with minimum and maximum x,y,z coordinates. More...

#include <geometry.h>

Data Fields

struct SUPoint3D min_point
 
struct SUPoint3D max_point
 

Related Functions

(Note that these are not member functions.)

SU_RESULT SUBoundingBox3DGetMidPoint (const struct SUBoundingBox3D *bounding_box, struct SUPoint3D *mid_point)
 Gets the mid point from the given bounding box. More...
 

Detailed Description

Represents a 3D axis-aligned bounding box represented by the extreme diagonal corner points with minimum and maximum x,y,z coordinates.

Friends And Related Function Documentation

SU_RESULT SUBoundingBox3DGetMidPoint ( const struct SUBoundingBox3D bounding_box,
struct SUPoint3D mid_point 
)
related

Gets the mid point from the given bounding box.

Since
SketchUp 2018 M0, API 6.0
Parameters
[in]bounding_boxThe bounding box to calculate the mid point from.
[out]mid_pointThe mid point to be returned.
Returns

Field Documentation

struct SUPoint3D SUBoundingBox3D::max_point

A 3D point where x, y and z are maximum values in the bounding box

struct SUPoint3D SUBoundingBox3D::min_point

A 3D point where x, y and z are minimum values in the bounding box


The documentation for this struct was generated from the following files: