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...
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...
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...
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...
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...
In c++ create a program that asks for tire shop sales numbers made by 0 to...
In c++ create a program that asks for tire shop sales numbers made by 0 to 20 employees Premium tires sell for $300 and standard tires sell for $250 The wholesale cost of premium tires is $120 and the standard is $100 The program must ask for each employee's name and then the amount of premium and standard tires sold. Output the name and the total profit each employee made for the shop Output the total profits earned between all...
Create a database to hold a collection of numbers to be searched and sorted: 1) Create...
Create a database to hold a collection of numbers to be searched and sorted: 1) Create a main class and a database class 2) Collect 5 random numbers from the user in the main class and store in an array. (not in ascending or descending order) 3) Create an instance of the database class in your main class and store the numbers array in the database using its constructor. 4) In the Database class, create a method that performs a...
C# Create a console application that asks the user for two numbers in the range 0-255...
C# Create a console application that asks the user for two numbers in the range 0-255 and then divides the first number by the second: Enter a number between 0 and 255: 100 Enter another number between 0 and 255: 8 100 divided by 8 is 12 Enter a number between 0 and 255: apples Enter another number between 0 and 255: bananas FormatException: Input string was not in a correct format.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT