eDerivedMeas Enumeration
|
|
Derived measurement types
Namespace:
MediaCy.Addins.Measurements
Assembly:
MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
SyntaxPublic Enumeration eDerivedMeas
Members
| Member name | Value | Description |
---|
| AngleBetweenLines | 11 |
Angle between lines
|
| DistBetweenCenters | 26 |
Distance between centers. If two objects are lines, the average distance between traces is calculated.
|
| MinDist | 27 |
Minimum distance. If two objects are lines, the minimum distance between traces is calculated.
|
| MaxDist | 28 |
Maximum distance. If two objects are lines, the maximum distance between traces is calculated.
|
| FirstPt | 29 |
Creates point at the beginning of the line.
|
| LastPt | 30 |
Creates point at the end of the line.
|
| CenterPt | 31 |
Creates point at the center of the object.
|
| Incremental | 39 |
Creates a set of vertices between two poly-lines.
|
Remarks
See Also