EVALUATE_BREP_COMPLEXITY |
Desplazarse
![]() |
Evaluates the geometries in the model and prints log messages whether a geometry node contains simple BREP, simple/complex NURBS, or no BREP (tessellation only). A geometry node containing NURBS is considered "complex NURBS" if the number of control points is greater than the tool setting: NodeComplexity.MaxNumControlPointsForSimpleNURBS (default: 1000). This method is called before automatic export to identify and avoid exporting expensive models.
KAS.exe EVALUATE_BREP_COMPLEXITY <INPUT> |
Parameters |
Description |
---|---|
INPUT |
Directory path and file name of the input file |
Examples:
"C:\Program Files\Kisters\ViewStation\KAS.exe" EVALUATE_BREP_COMPLEXITY "D:\testFiles\Test.CATProduct" |