Method SawWithOBB
SawWithOBB(OccurrenceList, OBB, SawingMode, string, string)
Saw the mesh with an oriented bounding box. New parts will be placed as children of input part occurrences.
Declaration
[HandleProcessCorruptedStateExceptions]
public void SawWithOBB(OccurrenceList occurrences, OBB obb, SawingMode mode, string innerSuffix = "_inner", string outerSuffix = "_outer")
Parameters
| Type | Name | Description |
|---|---|---|
| OccurrenceList | occurrences | Part occurrences to process |
| OBB | obb | Minimum 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 |