Represents the trimming method for fillets and chamfers.
Namespace:
RootPro.RootProCAD.Geometry
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax Public Enumeration TrimMode
Members
| Member name | Value | Description |
---|
| Both | 0 |
Trim both shapes
|
| First | 1 |
Trim one figure
|
| None | 2 |
Do not trim
|
See Also