Forum archiveIssue archiveModeling Data and Algorithms

Archived discussion

any suggest about support qrcode or image shape

Modeling Data and AlgorithmsTue, 05/23/2017 - 20:242 replies

Browse this forum
QuestionAuthor

i want to make a qrcode, and make this qrcode as a shape, and extrude it, make it as i 3d qrcode, and do extrude fecture on shape N,

how to .....

does occt support 3d qrcode shape generate? or any suggest about this issue, likes in the picture.

 

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

There is no any functionality related to QR code in Open CASCADE Technology, as far as I know.
So you need to create a 2D contours (shapes) for your QR Code somehow and than general algorithms like extrusion can be used for generating 3D shape.

Considering structure of QR Code, if you have correct Bitmap for it (e.g. generated using some library, not captured photo),
than you can create a 3D box for each black pixel in the image as most simple solution.

02Author

dear Kirill,

thank you for your reply, it is very usefull information.