CopyMeasToNom Property
Description
Property used to indicate/set whether the object should execute in MASTER mode. After executing in MASTER mode, the object copies the measured vector, centroid, and other nominal information to the nominals and turns off MASTER mode. This copies the same information that gets calculated using the CalculateNominals method.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property CopyMeasToNom As Boolean |
Return Type
Read/write Boolean.
Remarks
The nominal information that this copies includes the following:
-
CENTROID
-
VECTOR
-
DIAMETER
-
STARTPOINT
-
ENDPOINT
-
BALLCENTER
-
LENGTH
-
ELLIPSEMINORAXIS
-
ANGLE
-
SURFACEVECTOR
-
THICKNESS
-
NUMHITS
-
SPACER
-
INDENT
-
AUTO_MOVE_DISTANCE
-
DEPTH
-
TARG
-
SCANROWCOUNT
-
ANGLE_VECTOR
-
PUNCH_VECTOR
-
PIN_VECTOR
-
PIN_DIAMETER
-
REPORT_VECTOR
-
REPORT_SURF_VECTOR
-
HEIGHT
-
MEASURE_VECTOR
-
UPDATE_VECTOR
-
CORNER_RADIUS
-
ANGLE2
See Also