![]() |
Chi-Tech
|
Functions | |
| void | chi_lua::chiSurfaceMesherExecute () |
| void | chi_lua::chiSurfaceMesherSetProperty (int PropertyNumber, varying PropertyValue) |
| void | chi_lua::chiSurfaceMesherCreate (int SurfaceMesherType) |
| void chi_lua::chiSurfaceMesherCreate | ( | int | SurfaceMesherType | ) |
Creates a surface preprocessor.
| SurfaceMesherType | int Surface Remesher type. See SurfaceMesherType. |
SURFACEMESHER_PREDEFINED
Makes no modification to the region surfaces.
Definition at line 1886 of file lua_functions.c.
| void chi_lua::chiSurfaceMesherExecute | ( | ) |
Executes the surface meshing pipeline.
Definition at line 1854 of file lua_functions.c.
| void chi_lua::chiSurfaceMesherSetProperty | ( | int | PropertyNumber, |
| varying | PropertyValue | ||
| ) |
Sets a property of a surface mesher.
| PropertyNumber | int Handle of the property to be set. |
| PropertyValue | varying Value of the property. |
Properties:
MAX_AREA = Area constraint.
Definition at line 1866 of file lua_functions.c.