Best practices for organizing your CAD models and projects
Project Name/ ├── Base Components/ ├── Features/ ├── Assemblies/ └── Manufacturing/
[Type]_[Function]_[Version]
BASE_Platform_v1
FEATURE_MountingHole_M6
ASSY_TopModule_Final
- Hole_M6_Through - Fillet_R5_External - Pattern_Circular_6x
BASE_Platform_v1 // Initial design BASE_Platform_v2 // Added mounting points BASE_Platform_v2.1 // Modified hole pattern
Assembly/ ├── 01_Base │ ├── Base_Plate │ └── Support_Structures ├── 02_Features │ ├── Mounting_Holes │ └── Alignment_Pins └── 03_References ├── Center_Planes └── Construction_Geometry
ASSY_Main/ ├── SUB_Base ├── SUB_Mechanism └── SUB_Housing
Project_Name/ ├── CAD/ │ ├── Components/ │ ├── Assemblies/ │ └── Manufacturing/ ├── Documentation/ └── References/
WIP
REVIEW
APPROVED
DEPRECATED