Method SawWithPlane
SawWithPlane(OccurrenceList, Point3, Point3, SawingMode, string, string, double)
Saw the mesh with a plane. New parts will be placed as children of input part occurrences.
Declaration
[HandleProcessCorruptedStateExceptions]
public void SawWithPlane(OccurrenceList occurrences, Point3 planeOrigin, Point3 planeNormal, SawingMode mode, string innerSuffix = "_inner", string outerSuffix = "_outer", double tolerance = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| OccurrenceList | occurrences | Part occurrences to process |
| Point3 | planeOrigin | The plane origin |
| Point3 | planeNormal | The plane normal |
| 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 |
| double | tolerance | Set a tolerance to make the saw lose |