Method SawWithAABB
SawWithAABB(OccurrenceList, AABB, SawingMode, string, string)
Saw the mesh with an axis-aligned bounding box. New parts will be placed as children of input part occurrences.
Declaration
public void SawWithAABB(OccurrenceList occurrences, AABB aabb, SawingMode mode, string innerSuffix = "_inner", string outerSuffix = "_outer")
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of part to process |
AABB | aabb | Axis-Aligned Bounding Box |
SawingMode | mode | The sawing mode |
string | innerSuffix | Only if mode is set to SawAndSplit, set the suffix of the inner part |
string | outerSuffix | Only if mode is set to SawAndSplit, set the suffix of the outer part |