Question

In: Computer Science

In this lab, you will explore some basics of Solidwork. 1. Create the numbers 0 –...

In this lab, you will explore some basics of Solidwork.

1. Create the numbers 0 – 9 with lines and arcs

2. Create a polygon with 5 sides and with 9 sides

3. Create two lines with the interior angle between the lines of 145º

4. Create a centerline inside a 4-sided polygon

5. Create a circle of 5 inches in diameter and extrude it for 12 inches in height. Type your name on the surface and extrude cut it inside the object for 3.5 inches

Solutions

Expert Solution

According to the problem statement above,

I have coded the function using SOLIDWORKS

Below are the Snippets:

I hope the above snippets will help you out!

Please comment if you have any queries/errors!

Thank you!


Related Solutions

(1) Pre Lab Question: You are working in the lab and are told to create an...
(1) Pre Lab Question: You are working in the lab and are told to create an artificial membrane from phospholipids. You are then instructed to add certain solutes to the membrane to see if it works appropriately. Rank the permeability for the following across a phospholipid membrane for the following: lysine, urea, sodium ion, insulin, water, indole
Having some trouble with this Java Lab (Array.java) Objective: This lab is designed to create an...
Having some trouble with this Java Lab (Array.java) Objective: This lab is designed to create an array of variable length and insert unique numbers into it. The tasks in this lab include: Create and Initialize an integer array Create an add method to insert a unique number into the list Use the break command to exit a loop Create a toString method to display the elements of the array Task 1: Create a class called Array, which contains an integer...
1 Lab: Sorting This lab will introduce you to some basic sorting algorithms. There will be...
1 Lab: Sorting This lab will introduce you to some basic sorting algorithms. There will be three algorithms included in the lab Quicksort, Mergesort, and Heapsort. Quicksort will already be completed for you, it is there for you to refernce. Merge and Heap will need to be completed. 2 Lab: Assignment Complete the functions heapify and mergesort. DO NOT change main or the function declarations. Start with a MAXSIZE to be set to 100 (defined up top) to ensure you...
USING a LOOP for C++ In this lab the completed program should print the numbers 0...
USING a LOOP for C++ In this lab the completed program should print the numbers 0 through 10, along with their values multiplied by 2 and by 10. You should accomplish this using a for loop instead of a counter-controlled while loop. Instructions Write a for loop that uses the loop control variable to take on the values 0 through 10. In the body of the loop, multiply the value of the loop control variable by 2 and by 10....
In this lab you will get a chance to explore names w/ Vectors. You will need...
In this lab you will get a chance to explore names w/ Vectors. You will need to create two vectors of strings, one for first names, and one for last names. You will then read in first and last names and place these into vectors. See example below: while (true){ getline(cin, name); if (name.empty()){ break; } // Add to vector of First Names getline(cin, name); // Add to vector of Last Names // Print out First Name and Last Name...
Using the Capacitor Lab simulation, you will explore the factors that affect the capacitance of a...
Using the Capacitor Lab simulation, you will explore the factors that affect the capacitance of a parallel plate capacitor. Start the Capacitor Lab simulation. Play with the simulation to get familiar with the options provided. When ready to start the lab, click “Reset All.” You should be on the “Introduction” tab. Slide the button on the battery to 1.5 V. Select all meters except Voltmeter and Electric field Detector. Make sure both Plate Charge and Electric Field Lines button are...
0. Introduction. In this lab assignment, you will extend some simple Java classes that represent plane...
0. Introduction. In this lab assignment, you will extend some simple Java classes that represent plane figures from elementary geometry. The object of this assignment is not to do anything useful, but rather to demonstrate how methods can be inherited by extending classes. 1. Theory. A polygon is a closed plane figure with three or more sides, all of which are line segments. The perimeter of a polygon is the sum of the lengths of its sides. A rectangle is...
Coding Project 2: UDP Pinger In this lab, you will learn the basics of socket programming...
Coding Project 2: UDP Pinger In this lab, you will learn the basics of socket programming for UDP in Python. You will learn how to send and receive datagram packets using UDP sockets and also, how to set a proper socket timeout. Throughout the lab, you will gain familiarity with a Ping application and its usefulness in computing statistics such as packet loss rate. You will first study a simple Internet ping server written in the Python, and implement a...
Summary In this lab the completed program should print the numbers 0 through 10, along with...
Summary In this lab the completed program should print the numbers 0 through 10, along with their values multiplied by 2 and by 10. You should accomplish this using a for loop instead of a counter-controlled while loop. Instructions Write a for loop that uses the loop control variable to take on the values 0 through 10. In the body of the loop, multiply the value of the loop control variable by 2 and by 10. Execute the program. Is...
Part 1 Lottery Statistics Create a program that will compute some statistics on winning lottery numbers....
Part 1 Lottery Statistics Create a program that will compute some statistics on winning lottery numbers. Download a .csv file from Winning Powerball Numbers containing a record of past winning numbers. Examine the formatting of this file. Create a dictionary that contains each winning number and the number of times that number was drawn. Print the 10 most frequently drawn numbers, and the 10 least frequently drawn numbers. HINT: You can’t sort a dictionary. Build a list that is ordered...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT