Sudharsan Learnverse
Sudharsan Learnverse
  • Видео 14
  • Просмотров 871

Видео

How to create a Spiral or Helix in Fusion 360 || Fusion 360 || Part Modellling
Просмотров 4452 года назад
Issue: How to create a 3D sketch spiral or helix in Fusion 360. Solution: Fusion 360 does not have a sketch tool to automatically create a 3D spiral or helix. This is the most common workflow to create a 3D sketch helix or spiral: Ensure 3D Sketch is turned on by going to Preferences Design and checking the box next to "Allow 3D sketching of lines and splines." Go to Create - Coil and set the d...
Failure Compression Test of 3D printed Femur Bone||Compression Test
Просмотров 122 года назад
#3dmodeling #mechanical #mechanicalengineering
Shear Force and Bending Moment Diagram of Beams Using Ansys Workbench ||Ansys Workbench || SF and BM
Просмотров 2632 года назад
Shear Force and Bending Moment Diagram of Beams Using Ansys Workbench ||Ansys Workbench || SF and BM Diagram of Simply Supported Beam
LED Controlling and Distance Monitoring Using Ultrasonic(Dist.)Sensor with Arduino in ThinkerCAD
Просмотров 42 года назад
Controlling LED and Monitoring the Distance Using Ultrasonic(Dist.)Sensor with Arduino in ThinkerCAD
Controlling LED and Monitoring the Distance Using Ultrasonic(Dist.)Sensor with Arduino in ThinkerCAD
Просмотров 82 года назад
Controlling LED and Monitoring the Distance Using Ultrasonic Distance Sensor with Arduino in ThinkerCAD
Simple LED Blinking with Arduino Code in ThinkerCAD || ThinkerCAD || Arduino UNO
Просмотров 62 года назад
Part/Project Name : LED Blinking Using Arduino . Part No/ Project No: 03 . Software : ThinkerCAD . Modeling : Part Modeling . Scale (1:1) . View : Normal . Function : LED Blinking . Code :// c code // #include stdio.h *Enter angle Bracket for "stdio.h" void setup(){ pinMode(10, OUTPUT); } void loop(){ digitalWrite(10, HIGH); delay(2000); // wait for 2000 milliseconds digitalWrite(10, LOW); dela...
Simple Servo Sweep Control with Arduino in ThinkerCAD || ThinkerCAD || Arduino UNO || Short Video
Просмотров 82 года назад
Part/Project Name : Servo Using Arduino . Part No/ Project No: 04 . Software : ThinkerCAD . Modeling : Part Modeling . Scale (1:1) . View : Normal . Function : Servo control . Arduino Code : // c code // #include Servo.h *Enter angle Bracket for "Servo.h" Servo Sudharsan_servo; int pos=0; void setup(){ Sudharsan_servo.attach(10); } void loop(){ for(pos=0;pos=180;pos=pos 1){ *pos less than or eq...
Simple Servo Sweep Control with Arduino in ThinkerCAD || ThinkerCAD || Arduino UNO
Просмотров 102 года назад
Part/Project Name : Servo Using Arduino . Part No/ Project No: 04 . Software : ThinkerCAD . Modeling : Part Modeling . Scale (1:1) . View : Normal . Function : Servo control . Arduino Code : // c code // #include Servo.h *Enter angle Bracket for "Servo.h" Servo Sudharsan_servo; int pos=0; void setup(){ Sudharsan_servo.attach(10); } void loop(){ for(pos=0;pos=180;pos=pos 1){ *pos less than or eq...
Simple LED Blinking with Arduino Code in ThinkerCAD || ThinkerCAD || Arduino UNO
Просмотров 152 года назад
Part/Project Name : LED Blinking Using Arduino . Part No/ Project No: 03 . Software : ThinkerCAD . Modeling : Part Modeling . Scale (1:1) . View : Normal . Function : LED Blinking . Code :// c code // #include stdio.h *Enter angle Bracket for "stdio.h" void setup(){ pinMode(10, OUTPUT); } void loop(){ digitalWrite(10, HIGH); delay(2000); // wait for 2000 milliseconds digitalWrite(10, LOW); dela...
Dynamic block of car in AutoCAD || Block Edit || Dynamic Block || Block definition
Просмотров 213 года назад
Create dynamic view of car using Autocad software with the help of Block edit, block definition, Explode command
Dynamic block definition of Human skeleton in AutoCAD from image || AutoCAD Dynamic Block beginner
Просмотров 493 года назад
Simple dynamic block definition for human skeleton in simple way