Difference between revisions of "HOWTO:New Drawing"
From WireCAD Online Help
Wirecadadmin (Talk | contribs) (Created page with "Explanation: This tutorial explains how to create a new drawing using the New Drawing Wizard. Click File>New Drawing or click the New Drawing node in the Project Explorer.") |
|||
Line 1: | Line 1: | ||
− | + | {{PageHeader | |
− | This | + | |shortcut=np |
+ | |perms=All | ||
+ | |level=All | ||
+ | |desc=This will guide you on the steps to create a new drawing within your project.}}<br> | ||
+ | __TOC__ | ||
− | Click File>New Drawing | + | |
+ | == Before You Start == | ||
+ | There are a couple of things you need to think about before you create your new drawing: | ||
+ | What type of paper/printer layout will you be using when it comes time to print your project. | ||
+ | What will this drawing be named. | ||
+ | |||
+ | |||
+ | |||
+ | == How To Create a New Drawing== | ||
+ | |||
+ | {| class="wikitable" style="color:black; background-color:#ffffcc;" cellpadding="10" cellspacing="0"; border="1"; width="100%" | ||
+ | |- | ||
+ | ! Step !! Description | ||
+ | |- | ||
+ | |''Click'' ''File>New Drawing'' OR ''Click'' the ''New Drawing'' tab in the ''Project Explorer'' Or enter '''nd''' in the ''Command Line'' || [[File:New Drawing.png|thumb|New Drawing]] | ||
+ | |- | ||
+ | |''Click'' '''[Next >]''' button || | ||
+ | |- | ||
+ | |Select your database type. [[Selecting a Database]]. || If you selected SQL Server you will need to enter your host and login information. If you don't know this information you must get it from your system administrator. If you are the system administrator you are screwed. | ||
+ | |- | ||
+ | |Enter your project name, description, path, and lead person ||The Project Name must follow file naming conventions because we are going to make a folder with the project name. | ||
+ | |- | ||
+ | |''Click'' '''[Next >]''' button|| | ||
+ | |- | ||
+ | |Inspect the information about where we are going to create the project. If all is well ''Click'' the '''[Finish]''' button.|| Your new project will be created. | ||
+ | |||
+ | |||
+ | |} | ||
+ | |||
+ | == Project File Structure == | ||
+ | We will create a project folder wherever you selected and two subfolders:<br> | ||
+ | :YourProjectName | ||
+ | ::-Drawings | ||
+ | ::-Project Databases | ||
+ | |||
+ | If you opted for SQL Server databases your Project Databases folder will be empty. This is normal since the database files reside on the server. |
Revision as of 13:21, 11 October 2011
Command Line Shortcut: np User Permissions Level: All |
Before You Start
There are a couple of things you need to think about before you create your new drawing: What type of paper/printer layout will you be using when it comes time to print your project. What will this drawing be named.
How To Create a New Drawing
Step | Description |
---|---|
Click File>New Drawing OR Click the New Drawing tab in the Project Explorer Or enter nd in the Command Line | |
Click [Next >] button | |
Select your database type. Selecting a Database. | If you selected SQL Server you will need to enter your host and login information. If you don't know this information you must get it from your system administrator. If you are the system administrator you are screwed. |
Enter your project name, description, path, and lead person | The Project Name must follow file naming conventions because we are going to make a folder with the project name. |
Click [Next >] button | |
Inspect the information about where we are going to create the project. If all is well Click the [Finish] button. | Your new project will be created.
|
Project File Structure
We will create a project folder wherever you selected and two subfolders:
- YourProjectName
- -Drawings
- -Project Databases
If you opted for SQL Server databases your Project Databases folder will be empty. This is normal since the database files reside on the server.