ISO 13399-1 AMD 1-2010 Cutting tool data representation and exchange - Part 1 Overview fundamental principles and general information model Amendment 1《切削工具数据表示.pdf
《ISO 13399-1 AMD 1-2010 Cutting tool data representation and exchange - Part 1 Overview fundamental principles and general information model Amendment 1《切削工具数据表示.pdf》由会员分享,可在线阅读,更多相关《ISO 13399-1 AMD 1-2010 Cutting tool data representation and exchange - Part 1 Overview fundamental principles and general information model Amendment 1《切削工具数据表示.pdf(18页珍藏版)》请在麦多课文档分享上搜索。
1、 Reference number ISO 13399-1:2006/Amd.1:2010(E) ISO 2010INTERNATIONAL STANDARD ISO 13399-1 First edition 2006-02-15 AMENDMENT 1 2010-05-01 Cutting tool data representation and exchange Part 1: Overview, fundamental principles and general information model AMENDMENT 1 Reprsentation et change des don
2、nes relatives aux outils coupants Partie 1: Vue densemble, principes fondamentaux et modle gnral dinformations AMENDEMENT 1 ISO 13399-1:2006/Amd.1:2010(E) PDF disclaimer This PDF file may contain embedded typefaces. In accordance with Adobes licensing policy, this file may be printed or viewed but s
3、hall not be edited unless the typefaces which are embedded are licensed to and installed on the computer performing the editing. In downloading this file, parties accept therein the responsibility of not infringing Adobes licensing policy. The ISO Central Secretariat accepts no liability in this are
4、a. Adobe is a trademark of Adobe Systems Incorporated. Details of the software products used to create this PDF file can be found in the General Info relative to the file; the PDF-creation parameters were optimized for printing. Every care has been taken to ensure that the file is suitable for use b
5、y ISO member bodies. In the unlikely event that a problem relating to it is found, please inform the Central Secretariat at the address given below. COPYRIGHT PROTECTED DOCUMENT ISO 2010 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any
6、 form or by any means, electronic or mechanical, including photocopying and microfilm, without permission in writing from either ISO at the address below or ISOs member body in the country of the requester. ISO copyright office Case postale 56 CH-1211 Geneva 20 Tel. + 41 22 749 01 11 Fax + 41 22 749
7、 09 47 E-mail copyrightiso.org Web www.iso.org Published in Switzerland ii ISO 2010 All rights reservedISO 13399-1:2006/Amd.1:2010(E) ISO 2010 All rights reserved iiiForeword ISO (the International Organization for Standardization) is a worldwide federation of national standards bodies (ISO member b
8、odies). The work of preparing International Standards is normally carried out through ISO technical committees. Each member body interested in a subject for which a technical committee has been established has the right to be represented on that committee. International organizations, governmental a
9、nd non-governmental, in liaison with ISO, also take part in the work. ISO collaborates closely with the International Electrotechnical Commission (IEC) on all matters of electrotechnical standardization. International Standards are drafted in accordance with the rules given in the ISO/IEC Directives
10、, Part 2. The main task of technical committees is to prepare International Standards. Draft International Standards adopted by the technical committees are circulated to the member bodies for voting. Publication as an International Standard requires approval by at least 75 % of the member bodies ca
11、sting a vote. Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO shall not be held responsible for identifying any or all such patent rights. Amendment 1 to ISO 13399-1:2006 was prepared by Technical Committee ISO/TC 29, Small to
12、ols. ISO 13399-1:2006/Amd.1:2010(E) ISO 2010 All rights reserved 1Cutting tool data representation and exchange Part 1: Overview, fundamental principles and general information model AMENDMENT 1 Page 6, 5.1.2 Add the following application object as the first indent: fitting_bounds Page 14, 5.2.11 Re
13、place the EXPRESS specification with the following: EXPRESS specification: TYPE limitation_definition_select = SELECT (limits_and_fits, plus_minus_bounds, fitting_bounds); END_TYPE; Page 21, 5.2.26 Add the following definition below the title. A coating is an applied material layer or layers deposit
14、ed on a substrate. Add the following subclauses. 5.2.26.1 coating_name A coating_name is a name by which the coating is referred to. 5.2.26.2 coating_process A coating_process is a process by which the coating has been applied. ISO 13399-1:2006/Amd.1:2010(E) 2 ISO 2010 All rights reservedPage 42, 5.
15、2.58 Replace this subclause with the following: 5.2.58 grade A grade is a label for the final composition of the cutting item material substrate or substrate and coating. 5.2.58.1 coating The coating specifies the coating of the grade. 5.2.58.2 cutting_condition The cutting_condition specifies the r
16、elevant cutting conditions for the grade. 5.2.58.3 identifier This is an identifier for the grade. 5.2.58.4 standard_designation A standard_designation is a designation for the grade based on a standard. 5.2.58.5 substrate The substrate specifies the substrate of the grade. 5.2.58.6 workpiece_materi
17、al The workpiece_material specifies workpiece materials that are suitable for machines using the grade. Page 43, 5.2.60 Replace the first paragraph with the following: 5.2.60 item An item is either a single object or a unit in a group of objects. It collects the information that is common to all ver
18、sions of the object. An item shall always be classified as cutting item, tool item, adaptive item, or assembly item using a specific_item_classification. Additionally, if an assembly_definition exists for at least one version of the item, the item shall be classified as being an assembly using speci
19、fic_item_classification. Page 44, 5.2.61 Replace this subclause with the following: 5.2.61 item_characteristic_association An item_characteristic_association associates a characteristic to an item_definition. ENTITY item_characteristic_association; associated_characteristic : item_characteristic_sel
20、ect; associated_item : item_definition; relation_type : OPTIONAL STRING; END_ENTITY; ISO 13399-1:2006/Amd.1:2010(E) ISO 2010 All rights reserved 3Add the following subclause. 5.2.61.3 relation_type The relation_type specifies the meaning of the relationship. Where applicable, the following values sh
21、all be used: has characteristic: The relationship indicates that the item possesses the related characteristic. is related to: The relationship indicates that the item is related to the characteristic. used for: The relationship indicates that the item may be used in the context of the related chara
22、cteristic. Page 44, 5.2.62 Replace this subclause with the following: 5.2.62 item_definition An item_definition is a view of an item_version. This view is relevant for the requirements of one or more application domains and collects product data of the item_version. NOTE The selection of data descri
23、bing an item_version can be different for assembly purposes, shipping purposes or analysis purposes. Each item_definition may be a mating_definition, an assembly_definition, or a physical_item_definition. EXPRESS specification: ENTITY item_definition SUPERTYPE OF (ONEOF(assembly_definition, mating_d
24、efinition, physical_item_definition); associated_item_version : item_version; contexts : OPTIONAL SET OF application_context; id : STRING; name : OPTIONAL string_select; END_ENTITY; Page 44, 5.2.62.1 Replace this subclause with the following: 5.2.62.1 contexts The contexts specifies the set of appli
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ISO133991AMD12010CUTTINGTOOLDATAREPRESENTATIONANDEXCHANGEPART1OVERVIEWFUNDAMENTALPRINCIPLESANDGENERALINFORMATIONMODELAMENDMENT1

链接地址:http://www.mydoc123.com/p-1250720.html