CN115081096A - BIM model structural member rapid coding method - Google Patents

BIM model structural member rapid coding method Download PDF

Info

Publication number
CN115081096A
CN115081096A CN202210995740.8A CN202210995740A CN115081096A CN 115081096 A CN115081096 A CN 115081096A CN 202210995740 A CN202210995740 A CN 202210995740A CN 115081096 A CN115081096 A CN 115081096A
Authority
CN
China
Prior art keywords
component
code
node
bim model
coding
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202210995740.8A
Other languages
Chinese (zh)
Other versions
CN115081096B (en
Inventor
林炳云
胡兆文
唐志勃
郭小峰
苏钢
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Hi Speed Dejian Group Co Ltd
Original Assignee
Shandong Hi Speed Dejian Group Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Hi Speed Dejian Group Co Ltd filed Critical Shandong Hi Speed Dejian Group Co Ltd
Priority to CN202210995740.8A priority Critical patent/CN115081096B/en
Publication of CN115081096A publication Critical patent/CN115081096A/en
Application granted granted Critical
Publication of CN115081096B publication Critical patent/CN115081096B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/13Architectural design, e.g. computer-aided architectural design [CAAD] related to design of buildings, bridges, landscapes, production plants or roads

Abstract

The invention discloses a BIM model technical field, in particular to a BIM model structure component rapid coding method, which comprises the following steps: s1: the method meets the requirements of determining component types, component positions, floor information, building numbers and project names in design and construction, and determines the structural BIM model component coding rules; s2: the rendered BIM model is opened in the REVIT software and an instance parameter named "code" is created for each structural member using the DYNAMO program. The method and the device can realize automatic coding of the BIM model structural member, and improve the working efficiency; reducing the probability of coding input errors; and the coding is carried out according to a uniform coding standard, so that the information interaction and sharing of the whole life cycle of the building engineering can be realized.

Description

BIM model structural member rapid coding method
Technical Field
The invention relates to the technical field of BIM models, in particular to a rapid coding method for a BIM model structural member.
Background
At present, along with the popularization and application of the BIM technology, the digital management of building structural members becomes the central importance of the development of the building industry, the design and construction efficiency of buildings can be effectively improved by utilizing the BIM technology, and the safety and quality management level of building construction is improved. REVIT is currently the most commonly used BIM software. The secondary development platform DYNAMOO based on REVIT compiles a visualization program, and parameterization and intelligent management of a BIM model can be achieved.
The currently common method for coding the components in the REVIT model is manually input for each component, so that the working efficiency is low, errors are easy to occur, and a large amount of human resources are wasted.
Disclosure of Invention
The invention is provided in view of the problems in the existing BIM model structural member coding method.
In order to solve the technical problems, the invention provides the following technical scheme: a rapid coding method for a BIM model structural member comprises the following steps: s1: the method meets the requirements of determining component types, component positions, floor information, building numbers and project names in design and construction, and determines the structural BIM model component coding rules;
s2: opening the drawn BIM model in the REVIT software, and creating an instance parameter named 'encoding' for each structural member by utilizing a DYNAMOO program;
s3: inputting a project name and a building number by using a DYNAMO program, and carrying out standard processing on the input project name and building number according to a component coding standard in S1;
s4: acquiring the floor of each structural component by utilizing a DYNAMO program, and carrying out standardization processing on the acquired floor codes according to the component code standard in S1;
s5: acquiring the component type of each structural component by utilizing a DYNAMO program, and carrying out normalization processing on the acquired component type codes according to the component coding standard in S1;
s6: acquiring structural member position information by using a DYNAMO program, calculating an axis mesh number closest to a member, and carrying out normalization processing on the acquired member position code according to a member coding standard in S1;
s7: the respective codes generated in S3 to S6 are integrated in the standard order of the building block codes in S1, and the building block codes that have been integrated are input into the "code" instance parameters generated in S2.
As a preferred embodiment of the method for rapidly encoding a BIM model structural member according to the present invention, wherein: the encoding rule in S1 specifically requires the following: the component code consists of 26 digits with unique fixed length and phonetic letters, wherein the first digit to the sixth digit are project names; the seventh to tenth digits are the building number; the eleventh to fourteen bits are floor numbers; fifteenth to eighteenth are member types; the nineteenth to twenty-sixth positions are component positions.
As a preferred embodiment of the method for rapidly encoding a BIM model structural member according to the present invention, wherein: the encoding rule in S2 specifically requires the following: createpjectparameter node creates "encode" instance parameters for all BIM building blocks, and Select Parameter Type node sets Parameter Type to literal.
As a preferred embodiment of the method for rapidly encoding a BIM model structural member according to the present invention, wherein: the encoding rule in S3 specifically requires the following: respectively inputting a project name and a building code by using a String node, carrying out standardization processing on the input code by using a string.substring node, intercepting 6 bits before the project name code and 4 bits before the building code, and taking the codes as the project name code and the building code, wherein the number of bits is insufficient and is completely supplemented by 0.
As a preferred scheme of the method for rapidly encoding a BIM model structural member according to the present invention, wherein: the encoding rule in S4 specifically requires the following: the method comprises the steps of acquiring component floor information by using Element Level nodes, converting the floor information into character strings by using string.Insert nodes, carrying out standardization processing on the converted character strings by using string.substring nodes, intercepting the front 4 bits of the character strings as floor codes, and supplementing with 0 when the number of bits is insufficient completely.
As a preferred scheme of the method for rapidly encoding a BIM model structural member according to the present invention, wherein: the encoding rule in S5 specifically requires the following: the method comprises the steps of acquiring a component type by utilizing an element.ElementType node, extracting a component type coding character string by utilizing a List.GetItemAtIndex because the component type acquired by the component contains a type number, carrying out normalization processing on the extracted character string by utilizing a string.substring node, intercepting the front 4 bits of the character string as type coding, and completely supplementing the extracted character string with 0 when the number of bits is not enough.
As a preferred embodiment of the method for rapidly encoding a BIM model structural member according to the present invention, wherein: the encoding rule in S6 specifically requires the following: the method comprises the steps of obtaining component position information by using an element.GetLocation node, obtaining a component starting point position and a component end point position for a linear component, obtaining a component central point position for a point-shaped or planar component, grouping axial nets in two vertical and horizontal directions by using a GridParallelGroup node, obtaining an axial net position by using a grid.Curve node, obtaining longitudinal and transverse axial net shaft numbers closest to the component by using Geometrys.DistanceTo and List.MinIndex nodes respectively, obtaining longitudinal and transverse axial net shaft numbers closest to the starting point position and the end point position for the linear component respectively, obtaining the longitudinal and transverse axial net shaft numbers closest to the central point position for the planar and point-shaped component, normalizing the extracted axial numbers by using a string.Substring node, cutting the first 4 bits as position codes, supplementing complete bits with 0 when the bits are insufficient, and integrating the obtained normalized longitudinal and transverse axial net shaft numbers by using a string.Insert node to form an 8-bit component position code.
As a preferred embodiment of the method for rapidly encoding a BIM model structural member according to the present invention, wherein: the encoding rule in S7 specifically requires the following: python language programming is carried out by using a Python Script node, corresponding code character strings obtained from S3 to S6 are integrated according to the sequence specified in S1, a string.ToUpper node is used for converting letters in the code into capital letters, an element.SetParameterByName node is used for assigning the generated component code to the 'code' instance parameter created in S2, and the automatic component coding work is completed.
Compared with the prior art, the invention has the beneficial effects that:
1. the invention can realize the automatic coding of the BIM model structural member, thereby improving the working efficiency; reducing the probability of coding input errors; and the coding is carried out according to a uniform coding standard, so that the information interaction and sharing of the whole life cycle of the building engineering can be realized.
2. The invention aims to provide a component code automatic generation method based on REVIT and DYNAMOO, which can quickly finish the automatic creation of structural component codes, improve the information management efficiency of a BIM model and has important significance for information exchange and sharing of a BIM technology.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the present invention will be described in detail below with reference to the accompanying drawings and detailed embodiments, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts. Wherein:
FIG. 1 is a schematic structural view of the present invention;
FIG. 2 is a schematic diagram of the component code components of the present invention;
FIG. 3 is an automatically created encoding example parameter of the present invention;
FIG. 4 is a component floor code list of the present invention;
FIG. 5 is a component type code list of the present invention;
FIG. 6 is a component position code list of the present invention;
FIG. 7 is a component code list of the present invention after completion of integration;
fig. 8 is a structural framework specification of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, but the present invention may be practiced in other ways than those specifically described herein, and it will be apparent to those of ordinary skill in the art that the present invention may be practiced without departing from the spirit and scope of the present invention, and therefore the present invention is not limited to the specific embodiments disclosed below.
Next, the present invention will be described in detail with reference to the drawings, wherein for convenience of illustration, the cross-sectional view of the device structure is not enlarged partially according to the general scale, and the drawings are only examples, which should not limit the scope of the present invention. In addition, the three-dimensional dimensions of length, width and depth should be included in the actual fabrication.
Examples
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
As shown in fig. 1 to 8, a method for rapidly encoding a structural member of a BIM model includes the following steps: s1: the method meets the requirements of determining the type, position, floor information, building number and project name of the component in the design and construction, and determines the BIM component coding rule of the structure;
the component code consists of unique 26-bit Arabic numerals with fixed length and capital phonetic alphabet. Wherein, the first to the sixth are project names; the seventh to tenth digits are the building number; the eleventh to fourteen bits are floor numbers; fifteenth to eighteenth are member types; the nineteenth to twenty-sixth positions are component positions. The specific composition is shown in fig. 2.
S2: opening the drawn BIM model in the REVIT software, and creating an instance parameter named 'encoding' for each structural member by utilizing a DYNAMOO program;
create "encode" instance parameters for all BIM building blocks with Parameter. createprojectparameter node, set Parameter Type to literal with Select Parameter Type node, and set to shared Parameter. As shown in fig. 3.
S3: inputting a project name and a building number by utilizing a DYNAMO program, and carrying out standard processing on the input project name and building number according to a component coding standard in S1;
respectively inputting a project name djyjY and a building code 00001 by using a String node, carrying out standardized processing on the input codes by using a string.substring node, intercepting 6 bits before the project name code and 4 bits before the building code, wherein the 6 bits are used as the project name code and the building code, the number of bits is insufficient and is completely supplemented by 0, the obtained project name code is 0djyjY, and the building code is 0001.
S4: acquiring the floor of each structural component by utilizing a DYNAMO program, and carrying out standardization processing on the acquired floor codes according to the component code standard in S1;
the method comprises the steps of acquiring component floor information by using Element Level nodes, converting the floor information into character strings by using string.Insert nodes, carrying out standardization processing on the converted character strings by using string.substring nodes, intercepting the front 4 bits of the character strings as floor codes, and supplementing with 0 when the number of bits is insufficient completely. As shown in fig. 4.
S5: acquiring the component type of each structural component by utilizing a DYNAMO program, and carrying out normalization processing on the acquired component type codes according to the component coding standard in S1;
acquiring the component type by using an element.element type node, extracting a component type coding character string by using a list.getitemtindex because the component type acquired by the component contains a type number, and carrying out normalization processing on the extracted character string by using a string.substring node, wherein the first 4 bits of the character string are intercepted and used as type codes, and the number of bits is insufficient and is completely supplemented by 0, as shown in fig. 5.
S6: acquiring structural member position information by using a DYNAMO program, calculating an axis mesh number closest to a member, and carrying out normalization processing on the acquired member position code according to a member coding standard in S1;
the method comprises the steps of acquiring component position information by using an element.GetLocation node, acquiring a component starting point position and a component end point position for a linear component, acquiring a component central point position for a point-shaped or planar component, grouping axial nets in two vertical and horizontal directions by using a GridParallelGroup node, acquiring an axial net position by using a grid.Curve node, acquiring longitudinal and transverse axial net shaft numbers closest to the component by using a geometry.DistanceTo node and a List.MinIndex node respectively, acquiring longitudinal and transverse axial net shaft numbers closest to the starting point position and the end point position for the linear component respectively, acquiring the longitudinal and transverse axial net shaft numbers closest to the central point position for the planar and point-shaped component, normalizing the extracted shaft numbers by using a string.Substring node, and cutting the first 4 bits as position codes, wherein the number is insufficient and is completely supplemented by 0. And integrating the obtained normalized longitudinal and transverse axis network axis numbers by using a string.
S7: integrating the corresponding codes generated in S3-S6 according to the standard sequence of the building block codes in S1, and inputting the building block codes after integration into the example parameters of the code generated in S2;
python language programming is performed by using Python Script nodes, corresponding encoding character strings obtained from S3 to S6 are integrated according to the sequence specified in S1, and letters in encoding are converted into capital letters by using string. And assigning the generated component code to the "code" instance parameter created in the S2 by using the element.
While the invention has been described above with reference to an embodiment, various modifications may be made and equivalents may be substituted for elements thereof without departing from the scope of the invention. In particular, the various features of the disclosed embodiments of the invention may be used in any combination, provided that no structural conflict exists, and the combinations are not exhaustively described in this specification merely for the sake of brevity and resource conservation. Therefore, it is intended that the invention not be limited to the particular embodiments disclosed, but that the invention will include all embodiments falling within the scope of the appended claims.

Claims (8)

1. A BIM model structural member rapid coding method is characterized by comprising the following steps: s1: the method meets the requirements of determining component types, component positions, floor information, building numbers and project names in design and construction, and determines the structural BIM model component coding rules;
s2: opening the drawn BIM model in the REVIT software, and creating an instance parameter named 'encoding' for each structural member by utilizing a DYNAMOO program;
s3: inputting a project name and a building number by using a DYNAMO program, and carrying out standard processing on the input project name and building number according to a component coding standard in S1;
s4: acquiring the floor of each structural component by utilizing a DYNAMO program, and carrying out standardization processing on the acquired floor codes according to the component code standard in S1;
s5: acquiring the component type of each structural component by utilizing a DYNAMO program, and carrying out normalization processing on the acquired component type codes according to the component coding standard in S1;
s6: acquiring structural member position information by using a DYNAMO program, calculating an axis mesh number closest to a member, and carrying out normalization processing on the acquired member position code according to a member coding standard in S1;
s7: the respective codes generated in S3 to S6 are integrated in the standard order of the building block codes in S1, and the building block codes that have been integrated are input into the "code" instance parameters generated in S2.
2. The BIM model structural member rapid coding method according to claim 1, wherein: the encoding rule in S1 specifically requires the following: the component code consists of 26 digits with unique fixed length and phonetic letters, wherein the first digit to the sixth digit are project names; the seventh to tenth positions are floor numbers; the eleventh to fourteen bits are floor numbers; fifteenth to eighteenth are member types; the nineteenth to twenty-sixth positions are component positions.
3. The BIM model structural member rapid coding method according to claim 2, wherein: the encoding rule in S2 specifically requires the following: createpjectparameter node creates "encode" instance parameters for all BIM building blocks, and Select Parameter Type node sets Parameter Type to literal.
4. The BIM model structural member rapid coding method according to claim 3, wherein: the encoding rule in S3 specifically requires the following: respectively inputting a project name and a building code by using a String node, carrying out standardization processing on the input code by using a string.substring node, intercepting 6 bits before the project name code and 4 bits before the building code, and taking the codes as the project name code and the building code, wherein the number of bits is insufficient and is completely supplemented by 0.
5. The BIM model structural member rapid coding method according to claim 4, wherein: the encoding rule in S4 specifically requires the following: the method comprises the steps of acquiring component floor information by using Element Level nodes, converting the floor information into character strings by using string.Insert nodes, carrying out standardization processing on the converted character strings by using string.substring nodes, intercepting the front 4 bits of the character strings as floor codes, and supplementing with 0 when the number of bits is insufficient completely.
6. The BIM model structural member rapid coding method according to claim 5, wherein: the encoding rule in S5 specifically requires the following: the method comprises the steps of acquiring a component type by utilizing an element.ElementType node, extracting a component type coding character string by utilizing a List.GetItemAtIndex because the component type acquired by the component contains a type number, carrying out normalization processing on the extracted character string by utilizing a string.substring node, intercepting the front 4 bits of the character string as type coding, and completely supplementing the extracted character string with 0 when the number of bits is not enough.
7. The BIM model structural member rapid coding method according to claim 6, wherein: the encoding rule in S6 specifically requires the following: the method comprises the steps of obtaining component position information by using an element.GetLocation node, obtaining a component starting point position and a component end point position for a linear component, obtaining a component central point position for a point-shaped or planar component, grouping axial nets in two vertical and horizontal directions by using a GridParallelGroup node, obtaining an axial net position by using a grid.Curve node, obtaining longitudinal and transverse axial net shaft numbers closest to the component by using Geometrys.DistanceTo and List.MinIndex nodes respectively, obtaining longitudinal and transverse axial net shaft numbers closest to the starting point position and the end point position for the linear component respectively, obtaining the longitudinal and transverse axial net shaft numbers closest to the central point position for the planar and point-shaped component, normalizing the extracted axial numbers by using a string.Substring node, cutting the first 4 bits as position codes, supplementing complete bits with 0 when the bits are insufficient, and integrating the obtained normalized longitudinal and transverse axial net shaft numbers by using a string.Insert node to form an 8-bit component position code.
8. The BIM model structural member rapid coding method according to claim 7, wherein: the encoding rule in S7 specifically requires the following: python language programming is carried out by using a Python Script node, corresponding code character strings obtained from S3 to S6 are integrated according to the sequence specified in S1, a string.ToUpper node is used for converting letters in the code into capital letters, an element.SetParameterByName node is used for assigning the generated component code to the 'code' instance parameter created in S2, and the automatic component coding work is completed.
CN202210995740.8A 2022-08-19 2022-08-19 BIM model structural member rapid coding method Active CN115081096B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210995740.8A CN115081096B (en) 2022-08-19 2022-08-19 BIM model structural member rapid coding method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210995740.8A CN115081096B (en) 2022-08-19 2022-08-19 BIM model structural member rapid coding method

Publications (2)

Publication Number Publication Date
CN115081096A true CN115081096A (en) 2022-09-20
CN115081096B CN115081096B (en) 2022-12-06

Family

ID=83245074

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210995740.8A Active CN115081096B (en) 2022-08-19 2022-08-19 BIM model structural member rapid coding method

Country Status (1)

Country Link
CN (1) CN115081096B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108920770A (en) * 2018-06-08 2018-11-30 上海大学 Based on the BIM component autocoding of Revit software and the method that is associated with BIM model
JP2019021190A (en) * 2017-07-20 2019-02-07 前田建設工業株式会社 Construction support method and construction support system
CN110543530A (en) * 2019-09-06 2019-12-06 中国电建集团昆明勘测设计研究院有限公司 Method for realizing rapid coding of pumped storage power station model component by utilizing Dynamo
CN111581842A (en) * 2020-05-21 2020-08-25 袁野 BIM component classification coding method and system based on revit
CN112100719A (en) * 2020-08-31 2020-12-18 东南大学 BIM technology-based automatic construction process information classification and coding system
CN114722484A (en) * 2022-06-09 2022-07-08 山东高速德建集团有限公司 Concrete structure template panel system modeling method based on DYNAMOO
CN114722445A (en) * 2022-06-08 2022-07-08 山东高速德建集团有限公司 Rivers and Dynamo-based dangerous engineering identification method
WO2022150015A1 (en) * 2021-01-08 2022-07-14 Anr Design Engineer Pte. Ltd. A system for generating a mechanical and electrical service system design for a structure and a method thereof

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019021190A (en) * 2017-07-20 2019-02-07 前田建設工業株式会社 Construction support method and construction support system
CN108920770A (en) * 2018-06-08 2018-11-30 上海大学 Based on the BIM component autocoding of Revit software and the method that is associated with BIM model
CN110543530A (en) * 2019-09-06 2019-12-06 中国电建集团昆明勘测设计研究院有限公司 Method for realizing rapid coding of pumped storage power station model component by utilizing Dynamo
CN111581842A (en) * 2020-05-21 2020-08-25 袁野 BIM component classification coding method and system based on revit
CN112100719A (en) * 2020-08-31 2020-12-18 东南大学 BIM technology-based automatic construction process information classification and coding system
WO2022150015A1 (en) * 2021-01-08 2022-07-14 Anr Design Engineer Pte. Ltd. A system for generating a mechanical and electrical service system design for a structure and a method thereof
CN114722445A (en) * 2022-06-08 2022-07-08 山东高速德建集团有限公司 Rivers and Dynamo-based dangerous engineering identification method
CN114722484A (en) * 2022-06-09 2022-07-08 山东高速德建集团有限公司 Concrete structure template panel system modeling method based on DYNAMOO

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BOTAO ZHONG等: "Ontology-based framework for building environmental monitoring and compliance checking under BIM environment", 《BUILDING AND ENVIRONMENT 》 *
施英蕊: "基于BIM的建筑主体结构施工安全智能检查研究", 《中国优秀硕士学位论文全文数据库(电子期刊)》 *

Also Published As

Publication number Publication date
CN115081096B (en) 2022-12-06

Similar Documents

Publication Publication Date Title
CN106777644B (en) Automatic generation method and device for power plant identification system code
CN112799321B (en) DBC file rapid creating method following CAN bus communication protocol
CN112100719A (en) BIM technology-based automatic construction process information classification and coding system
CN115186629B (en) Coding method, coding system, coding terminal and coding medium of hydraulic and hydroelectric engineering management system
CN112528368B (en) BIM-based design method of water treatment engineering structure
CN107862133B (en) Method for generating BIM models of piers in batches
CN115081096B (en) BIM model structural member rapid coding method
CN109446704B (en) Product family finite element model parameterization method based on regular grammar
CN111581700A (en) Method for adding BIM attribute and outputting BIM attribute table based on CATIA model
CN107908731B (en) PSD-BPA-based Guangxi power grid area load data batch modification method
CN115168929B (en) Dynamo-based BIM model element coding information input method
CN111753344B (en) Method for generating assembly type component data set, CAD platform and storage medium
CN115329759A (en) Information processing method, device, equipment and storage medium
CN110866083B (en) Address auditing method for electric power standard structured address library
CN111737852B (en) Tower load calculation method based on digitization technology
CN116956838A (en) Project determining method and device for engineering quantity list
CN113159599B (en) Structured analytic driving method for reservoir flood scheduling scheme
CN111984671B (en) Method for generating view script
CN113791593B (en) Measuring point derivation method and system for distributed control system, terminal device and readable storage medium
CN115795598A (en) BIM (building information modeling) model and construction plan bidirectional linkage method, system, equipment and medium
CN114943137A (en) Method, system, equipment and medium for constructing three-dimensional model of power transmission line
CN117973935A (en) Method, medium and system for improving turnover utilization rate of aluminum template
CN113127647A (en) Big data analysis-based process knowledge base construction method
CN117151543A (en) Engineering project quality management method and related device based on machine learning
CN116628825A (en) BIM-based assembly type precast beam deepening design and automatic generation method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant