Schema-Two is a DITA series frame, a compliment to the Schema-One, leveraging the same design language rooted in strength and restraint made possible with advances in engineering. DESIGN THAT FINDS BEAUTY IN PURPOSE: A titanium frame that features thin acetate lens inserts in a round lens shape. Like Schema-One, Schema Two is a relentlessly minimal optical frame guided by the notion that simplicity is the ultimate expression of elegance. CRAFTSMANSHIP THAT CELEBRATES THE UNSEEN: Each component is precision engineered to eliminate the use of screws, reducing mechanical friction and ensuring that no specialized tools are required in the assembly process. CULTURE THAT TRANSCENDS CONVENTION: The quest for mechanical sophistication and durability inspired designers to apply the precepts of systems engineering to DITA’s existing design process.
Description
Details
Vendor:
DITA
${(function() {
let unit = 'mm';
let proportion = '1'
if (data === 'in') {
unit = 'in';
proportion = '0.03937'
}
const conversionParameter = (className, label, parameter, proportion) => {
const parameterValue = Number(parameter);
if (Number.isNaN(parameterValue)) {
return ''
}
return `
${label}: ${(parameterValue * Number(proportion)).toFixed(2)}${ unit }
${label == 'Frame width' ? `` : ''}
${label == 'Lens width' ? `` : ''}
${label == 'Bridge width' ? `` : ''}
${label == 'Lens height' ? `` : ''}
`;
}
const parameters = [
{ className: 'frame-width-parameter', label: 'Frame width', value: '' },
{ className: 'lens-width-parameter', label: 'Lens width', value: '' },
{ className: 'bridge-width-parameter', label: 'Bridge width', value: '21' },
{ className: 'lens-height-parameter', label: 'Lens height', value: '' },
];
return parameters.map(parameter => {
if (parameter.value) {
return conversionParameter(parameter.className, parameter.label, parameter.value, proportion);
}
return '';
}).join('');
})()}
${(function() {
let unit = 'mm';
let proportion = '1'
if (data === 'in') {
unit = 'in';
proportion = '0.03937'
}
const conversionParameter = (label, parameter, proportion) => {
const parameterValue = Number(parameter);
if (isNaN(parameterValue)) {
return '';
}
return `
${label}: ${(parameterValue * Number(proportion)).toFixed(2)}${unit}
`;
}
return conversionParameter('Temple length', '127', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}