ProMesh User Manual  v4.3.19

Utility classes and functions for scripting. More...

Classes

class  Box
 

Functions

BoxGetBoundingBox (Mesh *param)
 Returns the bounding box of the specified mesh. More...
 

Detailed Description

Utility classes and functions for scripting.


Class Documentation

◆ Box

class Box

Public Member Functions

void set_min (const Vec3d *param)
 
void set_max (const Vec3d *param)
 
void local_to_global (const Vec3d *param, Vec3d *param)
 
void global_to_local (const Vec3d *param, Vec3d *param)
 
const Vec3dmin ()
 
const Vec3dmax ()
 

Member Function Documentation

◆ global_to_local()

void global_to_local ( const Vec3d param,
Vec3d param 
)

◆ local_to_global()

void local_to_global ( const Vec3d param,
Vec3d param 
)

◆ max()

const Vec3d* max ( )

◆ min()

const Vec3d* min ( )

◆ set_max()

void set_max ( const Vec3d param)

◆ set_min()

void set_min ( const Vec3d param)

Function Documentation

◆ GetBoundingBox()

Box* GetBoundingBox ( Mesh param)

Returns the bounding box of the specified mesh.