Example Site Variables
Example site variables from the Stock Machining process group:
|
Site Variable |
Default Value |
Description/Behavior |
|---|---|---|
|
maxNumRays |
1,000,000 |
The maximum number of rays aPriori will use for ray-tracing based algorithms, such as accessibility/obstruction determinations. Increasing the value may result in better detection of very small obstructions, which could affect the decision of how a given feature is machined. However, this also will increase geometry extraction computation time. |
|
maxRoundStockDiameterMm |
304.80 |
The maximum diameter for round stock (in millimeters). If the diameter of a round stock needed to enclose the part is larger than this value, a different stock form such as plate stock or rectangular stock will be selected instead. |
|
pocketExtractionEnabled |
True |
This is essentially a feature switch for a particular type of GCD: If set to false, aPriori will not extract any Pocket GCDs. Instead, any pocket-like volumes will be added to the BulkRemoval GCD. |
The table above reflects default values as of CMV 220, released in 2025 R1.
Example site variables from the Casting process groups:
|
Site Variable |
Default Value |
Description/Behavior |
|---|---|---|
|
drawDirectionMappingEnabled |
true |
If true, aPriori will attempt to read a draw direction (mold opening direction) defined in the CAD model; if one is found, aPriori will use this direction rather than performing our own draw direction determination based on model geometry. |
|
enableMaterialTypeGCDExtraction |
true |
If true, GCD extraction will read the material-specific castability thresholds from the Digital Factory lookup tables. If false*, the static site variable values minCastableHoleWallThickness and minCastableHoleDiameter (see below) will be used. |
|
minCastableHoleWallThickness |
3 for Casting-Sand
0.5 for Casting-Die |
If the CAD model includes a hole feature, but the wall thickness adjacent to that hole is less than the specified value, aPriori will assume that hole is not present in the raw casting, but machined subsequently. Raw material volume estimates will include the volume of material needed to “fill in” that hole. |
|
minCastableHoleDiameter |
4.8 for Casting-Sand
2.4 for Casting-Die |
If the CAD model includes a hole feature, but the diameter of that hole is less than the specified value, aPriori will assume that hole is not present in the raw casting, but machined subsequently. Raw material volume estimates will include the volume of material needed to “fill in” that hole. |
The table above reflects default values as of CMV 200, released in 2025 R1.