/var/www/html/nox-modules/prints
/lib/action/frontend
/printsBlueprintsPrintAction.action.php
SELECT `id`, `class_id`, `item_id`, `name`, `full_name`, `sort_name`, `url`, `ver`, `filename`, `views`, `resolution_width`, `resolution_height`, `ext`, `copyright_type`, `copyright_url`, `copyright_text`, `added_date`, `update_date`, `views_count`, `downloads_count`, `set_name`, `set_id`, `preview`, `make_source` FROM prints_blueprint WHERE `id`='966'
UPDATE prints_blueprint SET views_count = views_count+1 WHERE id = 966
SELECT `id`, `db_table`, `enabled`, `url`, `name`, `name_singular`, `category_image` FROM prints_class WHERE `id`='1'
SELECT `id`, `make_id`, `year`, `end`, `class`, `body` FROM prints_class_car WHERE `id`='966'
SELECT `id`, `class_id`, `country_id`, `url`, `name`, `logo`, `top`, `blueprints_count`, `vectors_count`, `downloads_count`, `purchases_count` FROM prints_make WHERE `id`='28'
SELECT `tag_id`, `category_id` FROM tag_categoryitem WHERE `category_id`='1'
SELECT `id`, `tag` FROM tag WHERE `id` IN('64','65','66','67','68','69','70','71','72','73','74','75','76','77','78','79','80','81','289','290','291')
SELECT `tag_id`, `make_id` FROM tag_make WHERE `make_id`='28'
SELECT `id`, `tag` FROM tag WHERE `id` IN('518','873','874','875')
SELECT `id`, `url`, `name_title`, `name_full`, `id_new`, `market`, `tier`, `update_date`, `segment` FROM prints_set WHERE `id`='28827'
SELECT `id`, `db_table`, `enabled`, `url`, `name`, `name_singular`, `category_image` FROM prints_class WHERE `id`='1'
SELECT id FROM prints_vector WHERE prepay=0 AND id IN(select vector_id from `prints_set_vector` where set_id = 28827)
SELECT `id`, `class_id`, `item_id`, `name`, `name_version`, `name_spec`, `full_name`, `sort_name`, `url`, `preview`, `filename`, `large_preview`, `detail`, `vector_dwg`, `wrap_template`, `views`, `scale`, `ext`, `copyright_type`, `copyright_url`, `copyright_text`, `added_date`, `update_date`, `updated_by`, `views_count`, `downloads_count`, `add_user_id`, `price`, `prepay`, `prm`, `flag`, `comment`, `bundle`, `bundle_text`, `market`, `segment`, `tier`, `make_source` FROM prints_vector WHERE `id` IN('6031')
SELECT id FROM prints_vector WHERE prepay=0 AND item_id IN(select id from `prints_class_car` where make_id = 28 AND class = "Family" AND body = "Sedan")
SELECT `id`, `class_id`, `item_id`, `name`, `name_version`, `name_spec`, `full_name`, `sort_name`, `url`, `preview`, `filename`, `large_preview`, `detail`, `vector_dwg`, `wrap_template`, `views`, `scale`, `ext`, `copyright_type`, `copyright_url`, `copyright_text`, `added_date`, `update_date`, `updated_by`, `views_count`, `downloads_count`, `add_user_id`, `price`, `prepay`, `prm`, `flag`, `comment`, `bundle`, `bundle_text`, `market`, `segment`, `tier`, `make_source` FROM prints_vector WHERE `id` IN('6029','27967')
SELECT id FROM prints_vector WHERE prepay=0 AND item_id IN(select id from `prints_class_car` where make_id = 28 AND class = "Family")
SELECT `id`, `class_id`, `item_id`, `name`, `name_version`, `name_spec`, `full_name`, `sort_name`, `url`, `preview`, `filename`, `large_preview`, `detail`, `vector_dwg`, `wrap_template`, `views`, `scale`, `ext`, `copyright_type`, `copyright_url`, `copyright_text`, `added_date`, `update_date`, `updated_by`, `views_count`, `downloads_count`, `add_user_id`, `price`, `prepay`, `prm`, `flag`, `comment`, `bundle`, `bundle_text`, `market`, `segment`, `tier`, `make_source` FROM prints_vector WHERE `id` IN('6054','6085','14274','29449','31352')
SELECT id FROM prints_vector WHERE prepay=0 AND item_id IN(select id from `prints_class_car` where class = "Family" AND body = "Sedan")
SELECT `id`, `class_id`, `item_id`, `name`, `name_version`, `name_spec`, `full_name`, `sort_name`, `url`, `preview`, `filename`, `large_preview`, `detail`, `vector_dwg`, `wrap_template`, `views`, `scale`, `ext`, `copyright_type`, `copyright_url`, `copyright_text`, `added_date`, `update_date`, `updated_by`, `views_count`, `downloads_count`, `add_user_id`, `price`, `prepay`, `prm`, `flag`, `comment`, `bundle`, `bundle_text`, `market`, `segment`, `tier`, `make_source` FROM prints_vector WHERE `id` IN('3590','4819','12082','31812')
SELECT vector_id FROM prints_set_vector WHERE `set_id`='28827'
SELECT COUNT(*) as `count` FROM prints_set WHERE id IN(SELECT DISTINCT set_id FROM prints_set_vector WHERE vector_id IN(6030))
SELECT `id`, `url`, `name_title`, `name_full`, `id_new`, `market`, `tier`, `update_date`, `segment` FROM prints_set WHERE id IN(SELECT DISTINCT set_id FROM prints_set_vector WHERE vector_id IN(6030)) LIMIT 0, 1
SELECT `prints_set`.`id`, `prints_set`.`url`, `prints_set`.`name_full`, COUNT(`vector_id`) c, MIN(`price`) price, IF((SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `prepay` = 0 AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1) IS NOT NULL, (SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `prepay` = 0 AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1), (SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1)) as preview, IF((SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `prepay` = 0 AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1) IS NOT NULL, 1, 0) as vector FROM `prints_set` LEFT JOIN `prints_set_vector` ON `prints_set`.`id` = `prints_set_vector`.`set_id` LEFT JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set`.`id` IN(28827) GROUP BY `prints_set`.`id` ORDER BY IF(MAX(`prints_vector`.`preview`) IS NOT NULL AND MAX(`prints_vector`.`preview`) != '', 0, 1), `prints_set`.`name_full`
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 28827 AND `prints_set_vector`.`vector_id` IN(6030) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) as `count` FROM prints_set WHERE id IN(SELECT DISTINCT set_id FROM prints_set_vector WHERE vector_id IN(6031,6029,27967,6054,6085,14274,29449,31352,3590,4819,12082,31812)) AND id NOT IN(28827)
SELECT `id`, `url`, `name_title`, `name_full`, `id_new`, `market`, `tier`, `update_date`, `segment` FROM prints_set WHERE id IN(SELECT DISTINCT set_id FROM prints_set_vector WHERE vector_id IN(6031,6029,27967,6054,6085,14274,29449,31352,3590,4819,12082,31812)) AND id NOT IN(28827) LIMIT 0, 3
SELECT `prints_set`.`id`, `prints_set`.`url`, `prints_set`.`name_full`, COUNT(`vector_id`) c, MIN(`price`) price, IF((SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `prepay` = 0 AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1) IS NOT NULL, (SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `prepay` = 0 AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1), (SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1)) as preview, IF((SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `prepay` = 0 AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1) IS NOT NULL, 1, 0) as vector FROM `prints_set` LEFT JOIN `prints_set_vector` ON `prints_set`.`id` = `prints_set_vector`.`set_id` LEFT JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set`.`id` IN(29019, 29143, 6636) GROUP BY `prints_set`.`id` ORDER BY IF(MAX(`prints_vector`.`preview`) IS NOT NULL AND MAX(`prints_vector`.`preview`) != '', 0, 1), `prints_set`.`name_full`
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 6636 AND `prints_set_vector`.`vector_id` IN(6031,6029,27967,6054,6085,14274,29449,31352,3590,4819,12082,31812) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 29019 AND `prints_set_vector`.`vector_id` IN(6031,6029,27967,6054,6085,14274,29449,31352,3590,4819,12082,31812) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 29143 AND `prints_set_vector`.`vector_id` IN(6031,6029,27967,6054,6085,14274,29449,31352,3590,4819,12082,31812) AND `prints_vector`.`bundle` = 0
SELECT `tag_id`, `blueprint_id` FROM tag_blueprint WHERE `blueprint_id`='966'
SELECT `blueprint_id`, `vector_id` FROM prints_relation_vector_blueprint WHERE `blueprint_id`='966'
SELECT `id`, `name`, `type` FROM nox_group

1970 Chrysler 300 2-door hardtop Sedan blueprints free

All Chrysler blueprints All Chrysler 300 drawings

RASTER

Get free access:

Get this raster image

Download  Download

 

Views: Front Top Rear Side

License: Creative Commons

Format: gif

Dimensions: 526 x 134

 

Hits: 4218

Downloads: 840

USERS' CHOICE

Request this blueprint as a vector

Request an editable vector blueprint for this exact model:

Request this vector blueprint

View vector example or Request other model.

Raster blueprint of the 1970 Chrysler 300 2-door hardtop Sedan. This free downloadable image can be used for graphic projects, digital design, and 3D modeling. The file provides accurate exterior proportions of the vehicle. Model year: 1970. Body type: Sedan.

Best drawings for you:

2005 Chrysler 300 Touring Wagon blueprint
2005 - 2010
Chrysler 300
Touring
$24

 

2015 Chrysler 200 2 Gen Sedan blueprint
2015 - 2017
Chrysler 200
2 Gen
$24

 

1976 Chrysler New Yorker Brougham Mk IX Facelift Sedan blueprint
1976 - 1978
Chrysler New Yorker
Brougham Mk IX
$24

 

2017 Chrysler Pacifica 1 Gen Minivan blueprint
2017 - 2021
Chrysler Pacifica
1 Gen
$24

 

1996 Chrysler Grand Caravan Minivan blueprint
1996 - 2000
Chrysler Grand Caravan
$24

 

1957 Chrysler New Yorker Mk V Hardtop Coupe blueprint
1957 - 1958
Chrysler New Yorker
Mk V Hardtop
$36

 

1946 Chrysler Town & Country 1 Gen 2-door Convertible Cabriolet blueprint
1946 - 1949
Chrysler Town & Country
1 Gen
$36

 

2017 Chrysler Pacifica 1 Gen Top View Minivan blueprint
2017 - 2021
Chrysler Pacifica
1 Gen
$36

 

1973 Ford Falcon XB Top View Sedan blueprint
1973 - 1976
Ford Falcon
XB
$36

 

2010 Peugeot 408 Sedan blueprint
2010 - 2014
Peugeot 408
$24

 

1991 Holden Commodore VP Sedan blueprint
1991 - 1993
Holden Commodore
VP
$24

 

1963 Rover P6 Series I Glass Roof ∙ 2000 ∙ 2200 ∙ 3500 Sedan blueprint
1963 - 1977
Rover P6
Series I
$24

 

Related Sets of Blueprints:

Chrysler 300 blueprint
Set of items
Chrysler 300
Collection of 3 blueprints
Starting at $24

 

Chrysler 200 blueprint
Set of items
Chrysler 200
Collection of 3 blueprints
Starting at $24

 

Ford Falcon blueprint
Set of items
Ford Falcon
Collection of 30 blueprints
Starting at $24

 

Peugeot 408 blueprint
Set of items
Peugeot 408
Collection of 2 blueprints
Starting at $24

 

eng
English
arrow
OK
Log in or Create account
For quick login use:
 
or
Create account or Log in
Gmail / Google+
By pressing this button you accept our terms and conditions
or
Use Email
Facebook
Register with FB or go back
Enter your email address to receive personal notifications.
Register with Email or go back
Create your account with an email.
I forgot password or go back
Enter your email address to reset your password.
Enter new password
Enter your new password.