instruction stringlengths 28 68 | input stringlengths 910 1.77k | output stringlengths 2.44k 32.8k |
|---|---|---|
Write a STEP file for a cylindrical tube | 1. Geometry:
- Outer Radius: 5 mm
- Inner Radius: 2 mm
- Height: 10 mm
- Position: The tube is centered at the origin (0, 0, 0), with its circular base lying on the XY plane.
2. Structure of the STEP file:
- File Header: Include metadata such as the file description, author, creation time, and the proce... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('FreeCAD Model'),'2;1');
FILE_NAME('Open CASCADE Shape Model','2024-10-16T11:01:47',('Author'),(
''),'Open CASCADE STEP processor 7.6','FreeCAD','Unknown');
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
ENDSEC;
DATA;
#1 = APPLICATION_PROTOCOL_DEFINITION('inter... |
Write a STEP file for a torus | 1. Geometry:
- Major Radius: 5 mm (distance from the center of the tube to the center of the torus)
- Minor Radius: 4 mm (radius of the tube forming the torus)
- Position: The torus is centered at the origin (0, 0, 0), with its axis aligned along the Z-axis.
2. Structure of the STEP file:
- File Header: In... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('FreeCAD Model'),'2;1');
FILE_NAME('Open CASCADE Shape Model','2024-10-16T10:58:40',('Author'),(
''),'Open CASCADE STEP processor 7.6','FreeCAD','Unknown');
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
ENDSEC;
DATA;
#1 = APPLICATION_PROTOCOL_DEFINITION('inter... |
Write a STEP file for a torus | 1. Geometry:
- Major Radius: 5 mm (distance from the center of the tube to the center of the torus)
- Minor Radius: 1 mm (radius of the tube forming the torus)
- Position: The torus is centered at the origin (0, 0, 0), with its axis aligned along the Z-axis.
2. Structure of the STEP file:
- File Header: In... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION (( 'STEP AP214' ),
'1' );
FILE_NAME ('thore.STEP',
'2024-09-12T09:56:23',
( '' ),
( '' ),
'SwSTEP 2.0',
'SolidWorks 2024',
'' );
FILE_SCHEMA (( 'AUTOMOTIVE_DESIGN' ));
ENDSEC;
DATA;
#1 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.000000000000000000... |
Write a STEP file for a sphere | 1. Geometry:
- Radius: 5 mm
- Position: The sphere is centered at the origin (0, 0, 0).
2. Structure of the STEP file:
- File Header: Include metadata such as the file description, author, creation time, and the processor information.
- Product Definition: Define the product as a "Sphere" within the contex... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION (( 'STEP AP214' ),
'1' );
FILE_NAME ('sph猫re.STEP',
'2024-09-11T15:15:03',
( '' ),
( '' ),
'SwSTEP 2.0',
'SolidWorks 2024',
'' );
FILE_SCHEMA (( 'AUTOMOTIVE_DESIGN' ));
ENDSEC;
DATA;
#1 = EDGE_LOOP ( 'NONE', ( #43, #75 ) ) ;
#2 = DIRECTION ( 'NONE', (... |
Write a STEP file for a sphere | 1. Geometry:
- Radius: 10 mm
- Position: The sphere is centered at the origin (0, 0, 0).
2. Structure of the STEP file:
- File Header: Include metadata such as the file description, author, creation time, and the processor information.
- Product Definition: Define the product as a "Sphere" within the conte... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('FreeCAD Model'),'2;1');
FILE_NAME('Open CASCADE Shape Model','2024-10-16T10:09:36',('Author'),(
''),'Open CASCADE STEP processor 7.6','FreeCAD','Unknown');
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
ENDSEC;
DATA;
#1 = APPLICATION_PROTOCOL_DEFINITION('inter... |
Write a STEP file for a rectangular prism | 1. Geometry:
- Base dimensions: 10 mm x 10 mm
- Height: 10 mm
- Position: The rectangular prism is centered at the origin (0, 0, 0), with the rectangular base lying on the XY plane.
2. Structure of the STEP file:
- File Header: Include metadata such as the file description, author, creation time, and the p... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('FreeCAD Model'),'2;1');
FILE_NAME('Open CASCADE Shape Model','2024-10-16T10:07:47',('Author'),(
''),'Open CASCADE STEP processor 7.6','FreeCAD','Unknown');
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
ENDSEC;
DATA;
#1 = APPLICATION_PROTOCOL_DEFINITION('inter... |
Write a STEP file for a rectangular prism | 1. Geometry:
- Base dimensions: 15 mm x 1 mm
- Height: 15 mm
- Position: The rectangular prism is centered at the origin (0, 0, 0), with the rectangular base lying on the XY plane.
2. Structure of the STEP file:
- File Header: Include metadata such as the file description, author, creation time, and the pr... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('FreeCAD Model'),'2;1');
FILE_NAME('Open CASCADE Shape Model','2024-10-16T11:05:23',('Author'),(
''),'Open CASCADE STEP processor 7.6','FreeCAD','Unknown');
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
ENDSEC;
DATA;
#1 = APPLICATION_PROTOCOL_DEFINITION('inter... |
Write a STEP file for a rectangular prism | 1. Geometry:
- Base dimensions: 10 mm x 5 mm
- Height: 10 mm
- Position: The rectangular prism is centered at the origin (0, 0, 0), with the rectangular base lying on the XY plane.
2. Structure of the STEP file:
- File Header: Include metadata such as the file description, author, creation time, and the pr... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('FreeCAD Model'),'2;1');
FILE_NAME('Open CASCADE Shape Model','2024-10-16T11:04:38',('Author'),(
''),'Open CASCADE STEP processor 7.6','FreeCAD','Unknown');
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
ENDSEC;
DATA;
#1 = APPLICATION_PROTOCOL_DEFINITION('inter... |
Write a STEP file for a triangular-based pyramid | 1. Geometry:
- Base: Equilateral triangle, each side is 10 mm.
- Height: 10 mm
- Position: The pyramid is centered at the origin (0, 0, 0), with the triangular base lying on the XY plane and the apex above the center of the base.
2. Structure of the STEP file:
- File Header: Include metadata such as the fi... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION (( 'STEP AP214' ),
'1' );
FILE_NAME ('pyramide base triangulaire.STEP',
'2024-09-12T08:48:31',
( '' ),
( '' ),
'SwSTEP 2.0',
'SolidWorks 2024',
'' );
FILE_SCHEMA (( 'AUTOMOTIVE_DESIGN' ));
ENDSEC;
DATA;
#1 = VECTOR ( 'NONE', #75, 1000.000000000000114 )... |
Write a STEP file for a square-based pyramid | 1. Geometry:
- Base: Square, 10 mm on each side.
- Height: 10 mm
- Position: The pyramid is centered at the origin (0, 0, 0), with the square base lying on the XY plane and the apex above the center of the base.
2. Structure of the STEP file:
- File Header: Include metadata such as the file description, au... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION (( 'STEP AP214' ),
'1' );
FILE_NAME ('pyramide base carr茅e.STEP',
'2024-09-12T12:05:11',
( '' ),
( '' ),
'SwSTEP 2.0',
'SolidWorks 2024',
'' );
FILE_SCHEMA (( 'AUTOMOTIVE_DESIGN' ));
ENDSEC;
DATA;
#1 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.000... |
Write a STEP file for a cylinder | 1. Geometry:
- Radius: 1 mm
- Height: 5 mm
- Position: The cylinder is centered at the origin (0, 0, 0), with the circular base lying on the XY plane.
2. Structure of the STEP file:
- File Header: Include metadata such as the file description, author, creation time, and the processor information.
- Prod... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('FreeCAD Model'),'2;1');
FILE_NAME('Open CASCADE Shape Model','2024-10-16T11:00:48',('Author'),(
''),'Open CASCADE STEP processor 7.6','FreeCAD','Unknown');
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
ENDSEC;
DATA;
#1 = APPLICATION_PROTOCOL_DEFINITION('inter... |
Write a STEP file for a cylinder | 1. Geometry:
- Radius: 3 mm
- Height: 3 mm
- Position: The cylinder is centered at the origin (0, 0, 0), with the circular base lying on the XY plane.
2. Structure of the STEP file:
- File Header: Include metadata such as the file description, author, creation time, and the processor information.
- Prod... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('FreeCAD Model'),'2;1');
FILE_NAME('Open CASCADE Shape Model','2024-10-16T10:59:59',('Author'),(
''),'Open CASCADE STEP processor 7.6','FreeCAD','Unknown');
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
ENDSEC;
DATA;
#1 = APPLICATION_PROTOCOL_DEFINITION('inter... |
Write a STEP file for a cube | 1. Geometry:
- Side Length: 20 mm
- Edge Fillets: All edges of the cube should have a radius of 2 mm.
- Position: The cube is centered at the origin (0, 0, 0), with one of its faces aligned parallel to the XY plane.
- Edge Rounding: Each corner should be filleted with a smooth transition of 2 mm radius.
2.... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION (( 'STEP AP214' ),
'1' );
FILE_NAME ('cube avec cong茅s.STEP',
'2024-09-11T15:14:23',
( '' ),
( '' ),
'SwSTEP 2.0',
'SolidWorks 2024',
'' );
FILE_SCHEMA (( 'AUTOMOTIVE_DESIGN' ));
ENDSEC;
DATA;
#1 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.0000000... |
Write a STEP file for a cube | 1. Geometry:
- Side Length: 20 mm
- Position: The cube is centered at the origin (0, 0, 0), with one of its faces aligned parallel to the XY plane.
- The cube should be aligned with the primary axis such that the Z-axis is normal to one of its faces.
2. Structure of the STEP file:
- File Header: Include me... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('FreeCAD Model'),'2;1');
FILE_NAME('Open CASCADE Shape Model','2024-10-16T10:08:32',('Author'),(
''),'Open CASCADE STEP processor 7.6','FreeCAD','Unknown');
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
ENDSEC;
DATA;
#1 = APPLICATION_PROTOCOL_DEFINITION('inter... |
Write a STEP file for a model consisting of both a cone and a sphere | 1. Cone Geometry:
- Base radius: 15 mm
- Top radius: 4 mm
- Height: 15 mm
- Axis alignment: The cone should be aligned with the Z-axis.
- Position: The base of the cone should be located at Z = 15 mm, with the apex at the origin (0, 0, 0).
2. Sphere Geometry:
- Radius: 10 mm
- Center: The sphere s... | ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('FreeCAD Model'),'2;1');
FILE_NAME('Open CASCADE Shape Model','2024-10-16T10:53:51',('Author'),(
''),'Open CASCADE STEP processor 7.6','FreeCAD','Unknown');
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
ENDSEC;
DATA;
#1 = APPLICATION_PROTOCOL_DEFINITION('inter... |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 6