Skip to content

Commit

Permalink
ISSUE #5125 - Updated verticalplanes calibration message
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmont3drepo committed Sep 13, 2024
1 parent 41d274c commit 59343d1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import { CalibrationContext } from '@/v5/ui/routes/dashboard/projects/calibratio
import { CalibrationInfoBox } from '@/v5/ui/routes/dashboard/projects/calibration/calibrationInfoBox/calibrationInfoBox.component';
import { useContext } from 'react';
import CalibrationIcon from '@assets/icons/filled/calibration-filled.svg';
import VerticalCalibrationIcon from '@assets/icons/viewer/vertical_calibration.svg';


export const Calibration3DInfoBox = () => {
const { step } = useContext(CalibrationContext);
Expand All @@ -46,10 +48,10 @@ export const Calibration3DInfoBox = () => {
description={formatMessage({
id: 'infoBox.verticalExtents.description',
defaultMessage: `
This step filters features from 3D to make them visible in 2D (i.e. Custom Tickets).
Place the bottom and top planes to define the vertical extents of your drawing.
This step filters features from 3D to make them visible in 2D (i.e. Custom Tickets).
Click on the {icon} to position the bottom plane and adjust the top plane to define the vertical extents of your drawing.
`,
})}
}, { icon: <VerticalCalibrationIcon /> })}
/>
);
};
Expand Down

0 comments on commit 59343d1

Please sign in to comment.