Generated from class MR.OffsetContoursParams. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe MR.OffsetContoursParams.Type | type [get] |
| |
|
unsafe MR.OffsetContoursParams.EndType | endType [get] |
| |
|
unsafe MR.OffsetContoursParams.CornerType | cornerType [get] |
| |
|
unsafe float | minAnglePrecision [get] |
| |
|
unsafe float | maxSharpAngle [get] |
| |
|
unsafe MR.Std.? Vector_StdVectorMROffsetContoursOrigins | indicesMap [get] |
| | optional output that maps result contour ids to input contour ids
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Generated from class MR.OffsetContoursParams. This is the const half of the class.
◆ CornerType
type of positive offset curve in corners
| Enumerator |
|---|
| Round | creates round corners (use minAnglePrecision)
creates sharp connected corner (use maxSharpAngle as limit)
|
◆ EndType
type of offsetting on ends of non-closed contours
| Enumerator |
|---|
| Round | creates round ends (use minAnglePrecision)
creates sharp end (same as Round with minAnglePrecision < 180 deg)
|
◆ Type
type of offset
| Enumerator |
|---|
| Offset | One-side signed offset, requires closed contours.
Two-side offset
|
The documentation for this class was generated from the following file: