Object <- Measurement |
|
Class Measurement defines no new attributes.
Fields
No fields are defined by Measurement or any of its superclasses.
Instance template
instance Measurement tag; end instance;
Define Class Measurement; inherits from Object; intrinsic BoxBoundsBox(bounds: Box; other: Box): Boolean; intrinsic BoxBoundsDot(bounds: Box; dot: Dot): Boolean; intrinsic BoxHitsBox(box1: Box; box2: Box): Boolean; intrinsic CenterBox(var box: Box; bounds: Box); intrinsic CompareDelta(delta1: Dot; delta2: Dot): SignedByte; intrinsic CompareDiag(box1: Box; box2: Box): SignedByte; intrinsic CompareDot(dot1: Dot; dot2: Dot; radius: Micron): Boolean; intrinsic DiffBox(var result: Box; box1: Box; box2: Box): Boolean; intrinsic EqualBox(box1: Box; box2: Box): Boolean; intrinsic EqualDot(dot1: Dot; dot2: Dot): Boolean; intrinsic ExtendBox(var box: Box; dot: Dot); intrinsic InsetBox(var box: Box; dh: Micron; dv: Micron); intrinsic InsetBoxByThickness(var box: Box; thickness: Box); intrinsic MapBox(var box: Box; boxFrom: Box; boxTo: Box); intrinsic MapDot(var dot: Dot; boxFrom: Box; boxTo: Box); intrinsic MapTouch(var dot: Dot; boxFrom: Box; boxTo: Box); intrinsic NotEmptyBox(box: Box): Boolean; intrinsic OffsetBox(var box: Box; dh: Micron; dv: Micron); intrinsic OutsetBoxByThickness(var box: Box; thickness: Box); intrinsic PinDot(var dot: Dot; bounds: Box); intrinsic PinBox(var box: Box; bounds: Box); intrinsic RotateBox(var box: Box); intrinsic SectBox(var result: Box; box1: Box; box2: Box): Boolean; intrinsic SetEmptyBox(var box: Box); intrinsic UnionBox(var result: Box; box1: Box; box2: Box): Boolean; end class;