Description:
Examines mesh objects and logs a description of what it finds right or wrong. The various properties the function checks for are described in MeshCheckParameters.
Syntax:
public static bool CheckMeshes(
IEnumerable<MeshObject> meshObjects,
TextLog textLog,
ref MeshCheckParameters parameters
)
IEnumerable<MeshObject> meshObjects,
TextLog textLog,
ref MeshCheckParameters parameters
)
Parameters:
- meshObjects
- Type: IEnumerable<MeshObject>
- A collection of mesh objects.
- textLog
- Type: Rhino.FileIO.TextLog
- The text log.
- parameters
- Type: MeshCheckParameters
- The mesh checking parameter and results.
Returns:
Type: bool
True if successful, False otherwise.
Available since:
7.0