Chi-Tech
Surface Re-meshers

Functions

void chi_lua::chiSurfaceMesherExecute ()
 
void chi_lua::chiSurfaceMesherSetProperty (int PropertyNumber, varying PropertyValue)
 
void chi_lua::chiSurfaceMesherCreate (int SurfaceMesherType)
 

Detailed Description

Function Documentation

◆ chiSurfaceMesherCreate()

void chi_lua::chiSurfaceMesherCreate ( int  SurfaceMesherType)

Creates a surface preprocessor.

Parameters
SurfaceMesherTypeint Surface Remesher type. See SurfaceMesherType.

_

SurfaceMesherType:\n

SURFACEMESHER_PREDEFINED
Makes no modification to the region surfaces.

chiSurfaceMesherCreate(SURFACEMESHER_PREDEFINED)
void chiSurfaceMesherCreate(int SurfaceMesherType)

_

Author
Jan

Definition at line 1886 of file lua_functions.c.

◆ chiSurfaceMesherExecute()

void chi_lua::chiSurfaceMesherExecute ( )

Executes the surface meshing pipeline.

Author
Jan

Definition at line 1854 of file lua_functions.c.

◆ chiSurfaceMesherSetProperty()

void chi_lua::chiSurfaceMesherSetProperty ( int  PropertyNumber,
varying  PropertyValue 
)

Sets a property of a surface mesher.

Parameters
PropertyNumberint Handle of the property to be set.
PropertyValuevarying Value of the property.

Properties:
MAX_AREA = Area constraint.

Author
Jan

Definition at line 1866 of file lua_functions.c.