{"id":121805,"date":"2025-02-11T03:46:11","date_gmt":"2025-02-11T01:46:11","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/razvitie-platformy-cadbase-za-god"},"modified":"2025-02-11T03:46:11","modified_gmt":"2025-02-11T01:46:11","slug":"razvitie-platformy-cadbase-za-god","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/razvitie-platformy-cadbase-za-god","title":{"rendered":"Development of the CADBase platform over the year","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><a rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/images\/21745\/original.png\" itemprop=\"contentURL\">            <img decoding=\"async\" alt=\"Development of the CADBase platform over the year\" src=\"\/wp-content\/uploads\/2025\/02\/4e3346b1aaff91c5449b6ba739b0d2b5.jpg\" style=\"display:block;margin: 0 auto;\" \/>                   <\/a>                             <\/p>\n<h3>About the platform<\/h3>\n<p>The CADBase platform provides a system for publishing, storing, and versioning engineering data, such as 3D models and drawings.<br \/> The name of the platform is formed by the combination of two words \u2014 CAD (Computer-Aided Design) and Base, conditionally 'Database for Computer-Aided Design Systems'.<br \/> The platform's website features a viewer for STL files, with plans to add support for STEP file format.<\/p>\n<p>Within the platform, a 'component' is a key object and includes the following information:<\/p>\n<ul>\n<li>parameters (attributes) and files of the component;<\/li>\n<li>modifications of the component with files and parameters;<\/li>\n<li>sets of files for grouping files within the component modification;<\/li>\n<li>standards related to the component (published on the platform);<\/li>\n<li>information about the manufacturer or suppliers of the component;<\/li>\n<li>catalogs related to the component;<\/li>\n<li>keywords (tags).<\/li>\n<\/ul>\n<h3>Changes<\/h3>\n<h4>Website Updates<\/h4>\n<p>Since the last news, the platform's website has received the following changes:<\/p>\n<ul>\n<li>a search bar for components has been added (at the top of the page);<\/li>\n<li>messages about changes have been added to the file information (displayed upon file uploads);<\/li>\n<li>Markdown support for object descriptions and parameter names has been added;<\/li>\n<li>pagination has been implemented for the lists on the component page: modifications, parameters, standards, and component suppliers;<\/li>\n<li>import of modification names and their parameters from a spreadsheet has been enabled (via copy-paste).<\/li>\n<\/ul>\n<h4>Integration Updates<\/h4>\n<p> <noindex><\/p>\n<p>Of course, along with the platform update, new versions of the workbench have been released <a rel=\"nofollow\" href=\"https:\/\/github.com\/mnnxp\/cadbaselibrary-freecad\/\">CADBase Library (GitHub)<\/a> for FreeCAD (2.0.0) and the add-on <a rel=\"nofollow\" href=\"https:\/\/extensions.blender.org\/add-ons\/cadbase-library\/\">CADBase Library (Blender Extensions)<\/a> for Blender 3D (0.2.0).<\/noindex> The following innovations have appeared in the new versions:<\/p>\n<ul>\n<li>preview of changes before submission;<\/li>\n<li>support for messages for brief information about changes;<\/li>\n<li>settings to disable hash calculation checks and force updates;<\/li>\n<li>locally missing files are removed from the platform's storage (cloud).<\/li>\n<\/ul>\n<h4>API Updates<\/h4>\n<p>In the component request (<a rel=\"nofollow\" href=\"https:\/\/docs.cadbase.rs\/#query-component\">https:\/\/docs.cadbase.rs\/#query-component<\/a>) related objects have been added. The data sorting and pagination capabilities have been expanded. For example, for components and component modifications, in addition to pagination, sorting by fields such as: name, actualStatusId, createdAt, and updatedAt can be defined.<br \/> This allows for obtaining complete information about the component in a single request. The capabilities of the GraphQL API enable querying only the necessary fields, excluding unnecessary data transmission over the network.<\/p>\n<p>Request for all fields of the component and its related objects (multi-line):<\/p>\n<p> query Component($componentUuid: UUID!) {   component(componentUuid: $componentUuid) {     uuid     parentComponentUuid     name     description     imageFile {       uuid       hash       filename       filesize       downloadUrl     }     ownerUser {       uuid       firstname       lastname       username       imageFile {         \u2026DownloadFileFragment       }     }     typeAccess {       typeAccessId       langId       name     }     componentType {       componentTypeId       langId       componentType     }     actualStatus {       actualStatusId       langId       name     }     isBase     subscribers     isFollowed     createdAt     updatedAt     licenses {       id       name       keyword       publicationAt     }     componentParams {       componentUuid       param {         \u2026ParamTranslateListFragment       }       value     }     paramsCount     files {       uuid       filename       revision       commitMsg       parentFileUuid       ownerUser {         \u2026ShowUserShortFragment       }       contentType       filesize       program {         \u2026ProgramFragment       }       hash       downloadUrl       createdAt       updatedAt     }     filesCount     componentSpecs {       specId       langId       spec     }     componentKeywords {       id       keyword     }     componentModifications {       uuid       componentUuid       parentModificationUuid       modificationName       description       actualStatus {         \u2026ActualStatusTranslateListFragment       }       createdAt       updatedAt       filesetsForProgram {         \u2026FilesetProgramRelatedDataFragment       }       filesetsCount       modificationParams {         \u2026ModificationParamWithTranslationFragment       }       paramsCount       files {         \u2026ShowFileRelatedDataFragment       }       filesCount     }     modificationsCount     componentSuppliers {       supplier {         \u2026SlimCompanyFragment       }       componentUuid       description     }     suppliersCount     componentStandards {       uuid       classifier       name       description       specifiedTolerance       publicationAt       imageFile {         \u2026DownloadFileFragment       }       ownerCompany {         \u2026ShowCompanyShortFragment       }       standardStatus {         \u2026StandardStatusTranslateListFragment       }       updatedAt       isFollowed     }     standardsCount   } }   <\/p>\n<p><strong>Recent news about the platform<\/strong><br \/> <a rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/news\/internet\/17126117\">02\/10\/22 CADBase \u2014 a digital platform for sharing 3D models and drawings<\/a><br \/> <a rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/news\/internet\/16778698\">02\/10\/23 CADBase \u2014 a site for storing and sharing drawings<\/a><br \/> <a rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/news\/internet\/17405852\">11\/06\/23 Update of the CADBase platform for sharing engineering data<\/a><\/p>\n<p>Source: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/news\/internet\/17879581\">linux.org.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041e \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 \u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 CADBase \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438, \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0438 \u0432\u0435\u0440\u0441\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u043d\u0436\u0435\u043d\u0435\u0440\u043d\u043e\u0433\u043e \u0434\u0435\u043b\u0430, \u0442\u0430\u043a\u0438\u0445 \u043a\u0430\u043a 3D-\u043c\u043e\u0434\u0435\u043b\u0438 \u0438 \u0447\u0435\u0440\u0442\u0435\u0436\u0438. \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043e \u043f\u0443\u0442\u0451\u043c \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u0434\u0432\u0443\u0445 \u0441\u043b\u043e\u0432 &mdash; CAD (\u0421\u0410\u041f\u0420) \u0438 Base (\u0411\u0430\u0437\u0430), \u0443\u0441\u043b\u043e\u0432\u043d\u043e \u00ab\u0411\u0430\u0437\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u043b\u044f \u0441\u0438\u0441\u0442\u0435\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u00bb. \u041d\u0430 \u0441\u0430\u0439\u0442\u0435 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0449\u0438\u043a \u0434\u043b\u044f \u0444\u0430\u0439\u043b\u043e\u0432 STL, \u043f\u043b\u0430\u043d\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u0444\u0430\u0439\u043b\u043e\u0432 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 STEP. \u0412 \u0440\u0430\u043c\u043a\u0430\u0445 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":121806,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-121805","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/razvitie-platformy-cadbase-za-god\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0420\u0430\u0437\u0432\u0438\u0442\u0438\u0435 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b CADBase \u0437\u0430 \u0433\u043e\u0434 | ProHoster\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/razvitie-platformy-cadbase-za-god\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-02-11T01:46:11+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-02-11T01:46:11+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Year of development for CADBase | ProHoster","description":"","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/razvitie-platformy-cadbase-za-god","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0420\u0430\u0437\u0432\u0438\u0442\u0438\u0435 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b CADBase \u0437\u0430 \u0433\u043e\u0434 | ProHoster","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/razvitie-platformy-cadbase-za-god","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2025-02-11T01:46:11+00:00","article:modified_time":"2025-02-11T01:46:11+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"121805","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-23 10:30:59","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 10:30:59","updated":"2026-01-23 10:30:59","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/121805","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=121805"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/121805\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/121806"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=121805"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=121805"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=121805"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}