Tag:Chamfer
-
Mechanical learning notes 2 – > SolidWorks 3D product design and modeling 2 | modeling of shaft sleeve parts
00 overview of shaft sleeve parts Concept elaborationSee this article Shaft sleeve parts are a common type of parts, including various shafts, screw rods, sleeves, etc. shafts are generally used to support transmission parts (such as gears, pulleys, etc.) and transmit power; The sleeve is generally installed on the shaft to play the role […]
-
How to use CSS to write a button with beveled corners, borders and internal and external shadows?
If one day, the UI Designer throws a UI draft with such a button with beveled corners, borders and internal and external shadows, how will you implement it? First reaction tangent? But the content and size of the button are variable. How many pictures do you have to cut~Canvas?SVG? No, no, no, today we use […]
-
Learning and using CSS gradient
1. Linear gradient implementation: stripe background <style type=”text/css”> .horizontal-stripes{ width: 200px; height: 200px; margin-bottom: 20px; color: #fff; /*Principle: #f60 accounting for 50%, from 0% ~ 50% are pure #f60; The gradient starts at 50% of #f60 (start color) and ends at 50% of #333 (end color), so it is equivalent to no transition; There is […]