CompatibleFootprintQ
CompatibleFootprintQ[myLocation,mySample]⟹compatibleFootprintQ
returns a boolean that indicates if mySample can fit onto one of the positions of myLocation.
Details
Input

Output

General Options

Examples
Basic Examples (6)
Looks through the CompatibleAdapters to determine if an adapter can be used to fit the sample on the instrument 1:


Looks through the CompatibleAdapters to determine if an adapter can be used to fit the sample on the instrument 2:


Looks through the CompatibleAdapters to determine if an adapter can be used to fit the sample on the instrument 3:


Returns a boolean that indicates if there is a position on the instrument that can fit the given sample:


Returns a boolean that indicates if there is a position on the instrument that can fit the given sample:


CompatibleFootprintQ is listable:


Additional Examples (3)
Options (9)
ExactMatch (2)
When ExactMatch->True, an exact match between the container's dimensions and the model's position's dimensions is evaluated, given the set Tolerance allowed:


When ExactMatch->False, an exact match between the container's dimensions and the model's position's dimensions is evaluated, given the set Tolerance allowed:


FlattenOutput (1)
MinWidth (2)
Position (2)
Tolerance (2)
Tolerance controls the tolerance between the measurement of the container and of the instrument's position. Since measurement is never perfect, this defaults to .5 Centimeters:


Tolerance controls the tolerance between the measurement of the container and of the instrument's position. Since measurement is never perfect, this defaults to .5 Centimeters:

