Click or drag to resize

eDerivedMeas Enumeration

Derived measurement types

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration eDerivedMeas
Members
  Member nameValueDescription
AngleBetweenLines11 Angle between lines
DistBetweenCenters26 Distance between centers. If two objects are lines, the average distance between traces is calculated.
MinDist27 Minimum distance. If two objects are lines, the minimum distance between traces is calculated.
MaxDist28 Maximum distance. If two objects are lines, the maximum distance between traces is calculated.
FirstPt29 Creates point at the beginning of the line.
LastPt30 Creates point at the end of the line.
CenterPt31 Creates point at the center of the object.
Incremental39 Creates a set of vertices between two poly-lines.
Remarks