CN110750817B - Connecting piece placement method, adjacent relation determination method, device, equipment and medium - Google Patents

Connecting piece placement method, adjacent relation determination method, device, equipment and medium Download PDF

Info

Publication number
CN110750817B
CN110750817B CN201910842596.2A CN201910842596A CN110750817B CN 110750817 B CN110750817 B CN 110750817B CN 201910842596 A CN201910842596 A CN 201910842596A CN 110750817 B CN110750817 B CN 110750817B
Authority
CN
China
Prior art keywords
model
adjacent
entity
target
judged
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.)
Active
Application number
CN201910842596.2A
Other languages
Chinese (zh)
Other versions
CN110750817A (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.)
Jiuling Jiangsu Digital Intelligent Technology Co Ltd
Original Assignee
Jiuling Jiangsu Digital Intelligent Technology 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 Jiuling Jiangsu Digital Intelligent Technology Co Ltd filed Critical Jiuling Jiangsu Digital Intelligent Technology Co Ltd
Priority to CN201910842596.2A priority Critical patent/CN110750817B/en
Publication of CN110750817A publication Critical patent/CN110750817A/en
Application granted granted Critical
Publication of CN110750817B publication Critical patent/CN110750817B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Abstract

The application relates to a connector placement method, an adjacency determination method, a device, equipment and a medium. The method comprises the following steps: screening out a model to be connected from the model group according to the model attribute information of the entity model; the model attribute information is used for representing whether the entity models are connected by adopting a connecting piece or not; according to the model surface information of each model to be connected, adopting a preset adjacent algorithm to determine adjacent surfaces with adjacent relations on different models to be connected; the adjacent algorithm is an algorithm for determining the adjacent relation between the model surfaces according to the intersecting state after the model surfaces are extended; and placing connecting pieces between the adjacent surfaces according to a preset connecting piece generation rule. The design efficiency can be greatly improved by adopting the method.

Description

Connecting piece placement method, adjacent relation determination method, device, equipment and medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method for placing a connecting element, a method, a device, equipment, and a medium for determining an adjacency relationship.
Background
With the rapid development of computer technology, automated aided design has been widely applied to various industries.
Generally, in the field of building design, automated design software is used for design. For example, in the design process, for the design of the connecting node of the cold-formed thin-wall light steel structure combined upright post, a designer is required to select the upright posts to be connected by virtue of design experience, and positions of connecting pieces are manually set on the upright posts to be connected one by using computer equipment.
However, the conventional manner of requiring a designer to rely on design experience and manually set the position of the connector results in inefficiency of the design.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a connector placement method, an adjacency determination method, an apparatus, a device, and a medium that can improve the design efficiency of a model.
In a first aspect, an embodiment of the present application provides a method for placing a connection, the method including:
screening out a model to be connected from the model group according to the model attribute information of the entity model; the model attribute information is used for representing whether the entity models are connected by adopting a connecting piece or not;
according to the model surface information of each model to be connected, adopting a preset adjacent algorithm to determine adjacent surfaces with adjacent relations on different models to be connected; the adjacent algorithm is an algorithm for determining the adjacent relation between the model surfaces according to the intersecting state after the model surfaces are extended;
And placing connecting pieces between the adjacent surfaces according to a preset connecting piece generation rule.
In one embodiment, the model attribute information includes a model identifier, and the model identifier and the connection attribute have a corresponding relationship.
In one embodiment, the determining, according to the model surface information of each to-be-connected model, the adjacent surfaces having the adjacent relationship on different to-be-connected models by using a preset adjacent algorithm includes:
generating corresponding virtual entities along the normal direction of each model surface; the size of the virtual entity is the same as that of the corresponding model surface, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation;
acquiring an intersecting state between the virtual entity and the surface of the model to be judged; the model surface to be judged is the model surface of other models to be connected except the model to be connected to which the virtual entity belongs; the other models to be connected are entity models except the models to be connected corresponding to the virtual entity;
and determining the adjacent surface according to the intersecting state between the virtual entity and the surface of the model to be judged.
In one embodiment, the determining the adjacent surface according to the intersecting state between the virtual entity and the model surface to be judged includes:
If the virtual entity intersects with the model surface to be judged, determining the model surface corresponding to the virtual entity and the model surface to be judged as the adjacent surfaces;
and if the virtual entity is not intersected with the surface of the model to be judged, determining that the surface of the model corresponding to the virtual entity and the surface of the model to be judged are not adjacent surfaces.
In one embodiment, the placing the connecting piece between the adjacent faces according to a preset rule for generating the connecting piece includes:
determining the generation position of the connecting piece on the adjacent surface according to the generation rule;
the connector is deployed in the generating position.
In a second aspect, an embodiment of the present application provides a method for determining a neighboring relationship, where the method includes:
obtaining model surface information of a target entity model;
extending the surface of the target model according to the model surface information of the target entity model, and judging the intersection state between the extended surface of the target model and the model surfaces of other entity models;
and determining the adjacent relation between the target model surface which is not extended and each model surface of other entity models according to the intersecting state.
In one embodiment, extending the target model surface according to the model surface information of the target entity model, and judging the intersection state between the extended model surface and each model surface of other entity models, including:
generating corresponding virtual entities along the normal direction of the surface of each target model; the size of the virtual entity is the same as that of the surface of the target model, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation;
determining the adjacent relation between the target model surface and the model surface to be judged according to the intersecting state between each virtual entity and the model surface to be judged; the model surface to be judged is the model surface of the other entity models.
In one embodiment, the determining the adjacent relation between the target model surface and the model surface to be judged according to the intersecting state between each virtual entity and the model surface to be judged includes:
if the virtual entity intersects with the surface of the model to be judged, determining that the target model surface is adjacent to the surface of the model to be judged;
and if the virtual entity is not intersected with the surface of the model to be judged, determining that the surface of the target model is not adjacent to the surface of the model to be judged.
In a third aspect, embodiments of the present application provide a connector placement device, the device comprising:
the selection module is used for screening the model to be connected from the model group according to the model attribute information of the entity model; the model attribute information is used for representing whether the entity models are connected by adopting a connecting piece or not;
the processing module is used for determining adjacent surfaces with adjacent relations on different models to be connected by adopting a preset adjacent algorithm according to the model surface information of each model to be connected; the adjacent algorithm is an algorithm for determining the adjacent relation between the model surfaces according to the intersecting state after the model surfaces are extended;
and the generating module is used for placing the connecting pieces between the adjacent surfaces according to a preset connecting piece generating rule.
In a fourth aspect, an embodiment of the present application provides an adjacency determining apparatus, including:
the acquisition module is used for acquiring model surface information of the target entity model;
and the processing module is used for extending the target model surface according to the model surface information of the target entity model, judging the intersecting state between the extended target model surface and each model surface of other entity models, and determining the adjacent relation between the target model surface which is not extended and each model surface of the other entity models according to the intersecting state.
In a fifth aspect, embodiments of the present application provide a computer device, including a memory and a processor, the memory storing a computer program, the processor implementing the following steps when executing the computer program:
screening out a model to be connected from the model group according to the model attribute information of the entity model; the model attribute information is used for representing whether the entity models are connected by adopting a connecting piece or not;
according to the model surface information of each model to be connected, adopting a preset adjacent algorithm to determine adjacent surfaces with adjacent relations on different models to be connected; the adjacent algorithm is an algorithm for determining the adjacent relation between the model surfaces according to the intersecting state after the model surfaces are extended;
and placing connecting pieces between the adjacent surfaces according to a preset connecting piece generation rule.
In a sixth aspect, embodiments of the present application provide a computer device, including a memory and a processor, the memory storing a computer program, the processor implementing the following steps when executing the computer program:
obtaining model surface information of a target entity model;
extending the surface of the target model according to the model surface information of the target entity model, and judging the intersection state between the extended surface of the target model and the model surfaces of other entity models;
And determining the adjacent relation between the target model surface which is not extended and each model surface of other entity models according to the intersecting state.
In a seventh aspect, embodiments of the present application provide a computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of:
screening out a model to be connected from the model group according to the model attribute information of the entity model; the model attribute information is used for representing whether the entity models are connected by adopting a connecting piece or not;
according to the model surface information of each model to be connected, adopting a preset adjacent algorithm to determine adjacent surfaces with adjacent relations on different models to be connected; the adjacent algorithm is an algorithm for determining the adjacent relation between the model surfaces according to the intersecting state after the model surfaces are extended;
and placing connecting pieces between the adjacent surfaces according to a preset connecting piece generation rule.
In an eighth aspect, embodiments of the present application provide a computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of:
obtaining model surface information of a target entity model;
Extending the surface of the target model according to the model surface information of the target entity model, and judging the intersection state between the extended surface of the target model and the model surfaces of other entity models;
and determining the adjacent relation between the target model surface which is not extended and each model surface of other entity models according to the intersecting state.
According to the method, the device, the equipment and the medium for determining the adjacent relation, the computer equipment screens out the models to be connected from the model group according to the model attribute information of the entity models, and determines the adjacent surfaces with the adjacent relation on different models to be connected by adopting a preset adjacent algorithm according to the model surface information of each model to be connected, and finally, the connecting pieces are placed between the adjacent surfaces according to the preset connecting piece generation rule. The model attribute information is used for representing whether the entity model needs to be connected by adopting a connecting piece or not; the adjacency algorithm is an algorithm for determining the adjacency relation between model surfaces according to the intersecting state after the model surfaces are extended; by adopting the method, the design efficiency of the model is greatly improved, and the design cost is saved.
Drawings
FIG. 1 is an internal block diagram of a computer device in one embodiment;
FIG. 2 is a flow chart of a method for positioning a connector according to an embodiment;
FIG. 3 is a flowchart of a method for placing a connector according to another embodiment;
FIG. 4 is a flow chart of a method for determining adjacency according to one embodiment;
FIG. 5 is a flowchart of a method for determining adjacency according to another embodiment;
FIG. 6 is a schematic diagram of a connector placement device according to one embodiment;
fig. 7 is a schematic structural diagram of an adjacency determination apparatus according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
The method for placing the connecting piece and the method for determining the adjacent relation provided by the embodiment of the application can be applied to the computer equipment shown in fig. 1. The computer device includes a processor, a memory, a network interface, a database, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer device is used for storing model attribute information of the solid model in the following embodiments, and specific description of the model attribute information of the solid model is referred to in the following embodiments. The network interface of the computer device may be used to communicate with other devices external through a network connection. Optionally, the computer device may be a server, a desktop, a personal digital assistant, other terminal devices, such as a tablet computer, a mobile phone, and the like, and may be a cloud or remote server, which is not limited to a specific form of the computer device in the embodiments of the present application. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, can also be keys, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse and the like. Of course, the input device and the display screen may not be part of the computer device, and may be an external device of the computer device.
It will be appreciated by those skilled in the art that the structure shown in fig. 1 is merely a block diagram of some of the structures associated with the present application and is not limiting of the computer device to which the present application may be applied, and that a particular computer device may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
The following describes the technical solution of the present application and how the technical solution of the present application solves the above technical problems in detail with specific embodiments. The following embodiments may be combined with each other, and the same or similar concepts or processes may not be described in detail in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
It should be noted that, the execution body of the method embodiment described below may be a connection piece placement or adjacency determination device, and the device may be implemented in a manner of software, hardware, or a combination of software and hardware, to be part or all of the computer device described above. The following method embodiments are described taking an execution subject as a computer device as an example.
Fig. 2 is a flow chart of a method for placing a connecting piece according to an embodiment. The embodiment relates to a specific process that computer equipment automatically sets connecting pieces between entity models to be connected. As shown in fig. 2, the method includes:
S11, screening a model to be connected from a model group according to model attribute information of the entity model; the model attribute information is used for representing whether the entity models are connected by adopting a connecting piece or not.
It should be noted that the model set is a large model, which may represent a building, a space inside a building, or a system of a building, such as a steel structure system, a pipeline system, etc. The solid model may be a subelement that constitutes the model set; in addition, the entity model can represent an entity in an actual building, such as a column of a cold-formed thin-wall light steel structure of the building. The model attribute information may include an identifier of the entity model, for example, a name, a code number, or a category, and may further include a label that whether the entity model and other entity models need to be connected by using a connector; optionally, the method further includes a tag of a type of a connection element used by the entity model in connection, which is not limited in this embodiment, and the model attribute information only needs to represent whether the entity models need to be connected by using the connection element.
Specifically, because the model attribute information can represent whether the entity models are connected by adopting the connecting piece, the computer equipment can screen the model to be connected, which is required to be connected by adopting the connecting piece, from the model group according to the model attribute information of each entity model in the model group.
S12, determining adjacent surfaces with adjacent relations on different models to be connected by adopting a preset adjacent algorithm according to the model surface information of each model to be connected; the adjacency algorithm is an algorithm for determining the adjacency relation between model surfaces according to the intersecting state after the model surfaces are extended.
It should be noted that each model to be connected may have a plurality of surfaces, each surface being characterized by corresponding model surface information. Alternatively, the model surface information may include, but is not limited to, the size, position, normal, etc. of each surface of the solid model. Specifically, the computer device adopts a preset adjacent algorithm, that is, each surface extends according to the model surface information of each model to be connected, and judges the adjacent relation between the models according to the intersecting state between the extended surface and other models, so as to generate an adjacent surface with the adjacent relation, and optionally, an adjacent model with the adjacent relation can also be generated. For example, if after extension intersects a surface, the computer device may determine that both are adjacent surfaces; if after extension it does not intersect a surface, it can be judged that both are not adjacent surfaces. Wherein each group of adjacent surfaces comprises two surfaces with adjacent relation, and the two surfaces are respectively positioned on different models to be connected.
S13, placing connecting pieces between the adjacent faces according to a preset connecting piece generation rule.
It should be noted that the rule for generating the connection piece may include a rule such as a distance between the connection pieces, a distance between two end points and other solid models, and optionally, a rule for reinforcing the connection pieces at two ends of the model to be connected, which is not limited in this implementation. The above-mentioned connector generation rule needs to meet the design standard of the connector in national standard and line standard; optionally, the connector design criteria in the enterprise criteria may also be met.
Specifically, the computer device may place the corresponding connection element on each determined set of adjacent surfaces according to the connection element generation rule. For example, taking a combined upright as an example, in the determined combined upright of two cold-formed thin-wall light steel structures, if the computer equipment is determined that the A face of the upright 1 and the A face of the upright 2 are adjacent faces, the computer equipment uniformly generates connecting pieces on the adjacent faces according to a specified interval, for example, an interval of 3 meters; optionally, it may also be checked whether the distance between the nearest connector at the two ends of the combined upright and the end point meets the design criteria, and if not, the adjustment is automatically performed according to the design criteria, or based on manual adjustment operations of the designer.
In this embodiment, since the model attribute information can characterize whether the entity models need to be connected by using the connecting piece, the computer device can automatically screen the model to be connected from the model group according to the model attribute information of the entity models, thereby screening out the entity models which do not need to be connected, reducing a large number of subsequent invalid calculations, making the pertinence of subsequent operations stronger, and the generating efficiency higher and more accurate.
In addition, the computer equipment automatically determines adjacent surfaces with adjacent relations on different models to be connected by adopting a preset adjacent algorithm according to the model surface information of each model to be connected, and further automatically determines the models to be connected which need to be connected, so that the problems of misjudgment and omission possibly caused by manually and subjectively judging the adjacent surfaces are avoided, and the adjacent surfaces determined by the method are high in efficiency and high in accuracy. Moreover, the adjacent algorithm is an algorithm for determining the adjacent relation according to the intersecting state after the model surface is extended, so that the adjacent relation is judged and converted into the intersecting relation, and the method is easier to realize in computer software and has high accuracy. Finally, the computer equipment automatically generates the connecting piece between the adjacent surfaces according to a preset connecting piece generation rule, so that the automatic generation of the connecting piece between the models to be connected is completed, a designer is not required to manually place the connecting piece, the problems of human operation errors and low efficiency are avoided, and the generating efficiency and the accuracy of the connecting piece are improved. The method provided by the embodiment can automatically place the connecting piece through the computer equipment, so that the problems of errors and low efficiency possibly caused by manual design of a designer are avoided.
Optionally, on the basis of the embodiment shown in fig. 2, the model attribute information includes a model identifier, and a correspondence relationship exists between the model identifier and the connection attribute. Specifically, the model attribute information may include a model identifier of the entity model, for example, a name, a serial number, an ID, or a category of the entity model. The model identifier of the entity model has a corresponding relation with the connection attribute, and the connection relation can comprise an attribute of whether connection is needed or not or an attribute of what kind of connection piece is needed to be used for connection. For example, the model name is 'columns of cold-formed thin-walled light steel structures', which correspond to the connection properties required for connection, and optionally also to flat steel strip connectors. In this embodiment, since the model attribute information includes the model identifier and the corresponding relationship exists between the model identifier and the connection attribute, the computer device can screen the model to be connected from the multiple entity models of the model group through the model attribute information.
Optionally, on the basis of the foregoing embodiment, a possible implementation manner of S12 may further be as shown in fig. 3, including:
S121, generating corresponding virtual entities along the normal direction of each model surface; the size of the virtual entity is the same as that of the corresponding model surface, and the thickness of the virtual entity is used for representing the judgment threshold value of the adjacent relation.
In particular, the computer device may generate a virtual entity corresponding to each model surface along a normal direction to the model surface. The virtual entity and the corresponding model surface are the same in size and shape. The virtual entity has a thickness, and the setting of the thickness can be a judging threshold value of the adjacent relation. For example, if setting the distance between two objects to be less than or equal to 3 mm can be considered to be adjacent, the thickness of the virtual entity can be set to 3 mm; if the distance between two objects is greater than 3 mm, then it is considered that the two are not adjacent. Alternatively, the virtual entity may be transparent in the model set, and have properties (such as intersection, collision, etc.) of the entity model, while not affecting the presentation of other entity models.
S122, acquiring an intersecting state between the virtual entity and the surface of the model to be judged; the model surface to be judged is the model surface of other models to be connected, and the other models to be connected are entity models except the models to be connected corresponding to the virtual entity.
Specifically, the computer device may determine whether the virtual entities intersect with the model surfaces to be determined, thereby obtaining an intersection state between each virtual entity and each model surface to be determined. The intersection status may include intersecting or non-intersecting. It should be noted that the model surface to be determined is a model surface of another model to be connected except the model to be connected to which the virtual entity belongs. Each virtual entity does not need to judge the intersecting state with the model to be connected to which the virtual entity belongs.
S123, determining the adjacent surface according to the intersecting state between the virtual entity and the surface of the model to be judged.
Specifically, the computer device determines an adjacent surface having an adjacent relationship according to the intersecting state between the virtual entity and the surface of the model to be judged.
Alternatively, one possible implementation of this step may include: if the virtual entity intersects with the model surface to be judged, determining the model surface corresponding to the virtual entity and the model surface to be judged as the adjacent surfaces; and if the virtual entity is not intersected with the surface of the model to be judged, determining that the surface of the model corresponding to the virtual entity and the surface of the model to be judged are not adjacent surfaces. Specifically, if the virtual entity intersects with the surface of the model to be judged, determining that the surface of the model corresponding to the virtual entity and the surface of the model to be judged are adjacent surfaces; otherwise, if the virtual entity does not intersect with the surface of the model to be judged, it is determined that the surface of the model corresponding to the virtual entity is not adjacent to the surface of the model to be judged and does not belong to an adjacent surface. In the implementation manner, the computer equipment determines that the model surface corresponding to the virtual entity and the model surface to be judged are adjacent surfaces and not adjacent surfaces respectively when the virtual entity and the model surface to be judged are intersected and not intersected respectively, so that adjacent surfaces with adjacent relation can be accurately determined in a plurality of model surfaces, and the method is easy to realize and high in accuracy.
In this embodiment, the computer device generates a corresponding virtual entity along the normal direction of each model surface, and because the size of the virtual entity is the same as that of the corresponding model surface, the thickness of the virtual entity is used to represent the judgment threshold of the adjacent relationship, so that the computer device can obtain the intersection state between the virtual entity and the model surface to be judged, and then determine the adjacent surface with the adjacent relationship according to the intersection state between the virtual entity and the model surface to be judged.
Alternatively, on the basis of the foregoing embodiments, one possible implementation manner of the foregoing S13 may include: determining the generation position of the connecting piece on the adjacent surface according to the generation rule; the connector is deployed in the generating position. It should be noted that, each solid model may be expanded in the model group according to its own coordinate system by a reference point or a reference line, so as to implement placement of the solid model. Thus, the computer device may determine the generation position of the connection piece on the adjacent surface according to the generation rule, the generation position may be the position of the reference point of the connection piece or the position of the reference line, and then the computer device expands the connection piece on the generation position according to the self coordinate system of the connection piece, thereby completing the automatic placement of the connection piece. Optionally, the specific description of the above generation rule may be referred to the description in the embodiment of fig. 2, which is not repeated here. In this embodiment, the computer device determines the generating position of the connecting piece on the adjacent surface according to the generating rule, and expands the connecting piece on the generating position, thereby completing automatic placement of the connecting piece, avoiding the problems of errors and low efficiency possibly caused by manual placement, and improving the placement efficiency and accuracy of the connecting piece.
The foregoing embodiments describe in detail how the computer device automatically places the connector based on the adjacent face, and how the computer device automatically recognizes the adjacent face based on the information of the solid model will be described below.
Fig. 4 is a flowchart of a method for determining an adjacency according to an embodiment. The present embodiment relates to a specific process in which a computer device automatically determines an adjacency based on model surface information. As shown in fig. 4, includes:
s21, obtaining model surface information of the target entity model.
It should be noted that each model to be connected has a plurality of surfaces, each surface being characterized by corresponding model surface information. Alternatively, the model surface information may include, but is not limited to, size, location, thickness, normal, etc. of each surface of the solid model. The computer device may read model surface information of the target solid model stored in the memory.
S22, extending the surface of the target model according to the model surface information of the target entity model, and judging the intersection state between the extended surface of the target model and the model surfaces of other entity models.
Specifically, the computer device may extend the surface of the target model according to the model surface information of the target solid model, and determine the intersection state between the extended surface of the target model and each model surface of the other solid models one by one. The intersection status may include intersecting or non-intersecting. It should be noted that the other solid model is a solid model in the same model group as the target solid model, except for the target solid model. The target model surface is a surface which is selected on the target entity model and needs to judge the adjacent relation. If the adjacent relation of a plurality of surfaces on the target entity model needs to be judged, the method provided by the embodiment can be executed one by one.
S23, according to the intersecting state, determining the adjacent relation between the target model surface which is not extended and each model surface of other solid models.
Specifically, the computer device determines whether the original target model surface is adjacent to other model surfaces according to the intersection state of the extended target model surface and the other model surfaces. For example, if the extended object model surface intersects a surface, the computer device may determine that the two have an adjacent relationship; if the extended object model surface does not intersect with one surface, it can be determined that there is no adjacent relationship between the two. The adjacent relationship is used to define a relationship between different solid models. Alternatively, the adjacency relation may be a relation that characterizes whether two model surfaces are adjacent or not, or may be a relation that characterizes whether two entity models to which the two model surfaces belong are adjacent or not.
In this embodiment, the computer device obtains the model surface information of the target solid model, and extends the target model surface according to the model surface information of the target solid model, then determines an intersecting state between the extended target model surface and each model surface of the other solid models, and finally determines an adjacent relationship between the target model surface before extension and each model surface of the other solid models according to the intersecting state.
Alternatively, on the basis of the embodiment shown in fig. 4, one possible implementation manner of the step S22 may be as shown in fig. 5, including:
s221, generating corresponding virtual entities along the normal direction of the surface of each target model; the size of the virtual entity is the same as that of the surface of the target model, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation.
In particular, the computer device may generate the corresponding virtual entity normal to the target model surface. The size and shape of the virtual entity and the target model surface are the same. The virtual entity has a thickness, and the thickness may be set to be a value of a judgment threshold of the adjacent relationship. For example, if setting the distance between two objects to be less than or equal to 3 mm can be considered to be adjacent, the thickness of the virtual entity can be set to 3 mm; if the distance between two objects is greater than 3 mm, then it is considered that the two are not adjacent. Alternatively, the virtual entity may be transparent in the model set, and while possessing the attributes of the entity (such as intersection and collision, etc.), the presentation of other entity models is not affected.
S222, determining the adjacent relation between the target model surface and the model surface to be judged according to the intersecting state between each virtual entity and the model surface to be judged; the model surface to be judged is the model surface of the other entity models.
Specifically, the computer device may determine whether the virtual entity intersects with the model surface to be determined, thereby obtaining an intersection state between the virtual entity and the model surface to be determined. The intersection status may include intersecting or non-intersecting. It should be noted that, the model surface to be determined is a model surface of a physical model other than the target physical model, that is, the virtual physical surface does not need to determine an intersecting state with the model surface of the target physical model to which the virtual physical surface belongs. Specifically, the computer device determines whether the target model surface and the model surface to be judged have an adjacent relationship and whether the target entity model and other entity models have an adjacent relationship according to the intersecting state between the virtual entity and the model surface to be judged.
Alternatively, one possible implementation of this step may include: if the virtual entity intersects with the surface of the model to be judged, determining that the target model surface is adjacent to the surface of the model to be judged; and if the virtual entity is not intersected with the surface of the model to be judged, determining that the surface of the target model is not adjacent to the surface of the model to be judged. Specifically, if the virtual entity intersects with the surface of the model to be judged, determining that the target model surface corresponding to the virtual entity and the surface of the model to be judged have an adjacent relationship, are adjacent surfaces, and have an adjacent relationship between the target entity model and the entity model to which the surface of the model to be judged belongs; otherwise, if the virtual entity does not intersect with the surface of the model to be judged, it is determined that the model surface corresponding to the virtual entity does not have an adjacent relationship with the surface of the model to be judged, the model does not belong to an adjacent surface, and the target entity model and the entity model to which the surface of the model to be judged belongs do not have an adjacent relationship. In the implementation manner, the computer equipment determines that the target model surface and the model surface to be judged are adjacent surfaces and not adjacent surfaces respectively when the virtual entity and the model surface to be judged are intersected and not intersected respectively, so that the model surface and the entity model with adjacent relation can be accurately determined in a plurality of model surfaces.
In this embodiment, since the surface of the model to be determined is a model surface of another solid model other than the target solid model, and the size of the virtual entity is the same as that of the target model surface, and the thickness of the virtual entity can represent the determination threshold of the adjacent relationship, the computer device generates a corresponding virtual entity along the normal direction of each target model surface, and determines the adjacent relationship between the target model surface and the surface of the model to be determined according to the intersecting state between each virtual entity and the surface of the model to be determined.
It should be understood that, although the steps in the flowcharts of fig. 2-5 are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in fig. 2-5 may include multiple sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, nor do the order in which the sub-steps or stages are performed necessarily occur sequentially, but may be performed alternately or alternately with at least a portion of the sub-steps or stages of other steps or steps.
In one embodiment, as shown in fig. 6, there is provided a connector placement device comprising:
the selection module 100 is configured to screen a model to be connected from the model group according to model attribute information of the entity model; the model attribute information is used for representing whether the entity models are connected by adopting a connecting piece or not;
the processing module 200 is configured to determine, according to the model surface information of each model to be connected, adjacent surfaces having adjacent relations on different models to be connected by adopting a preset adjacent algorithm; the adjacent algorithm is an algorithm for determining the adjacent relation between the model surfaces according to the intersecting state after the model surfaces are extended;
and the generating module 300 is used for placing the connecting pieces between the adjacent faces according to a preset connecting piece generating rule.
In one embodiment, the model attribute information includes a model identification, and the model identification and the connection attribute have a corresponding relationship.
In one embodiment, the processing module 200 is specifically configured to generate a corresponding virtual entity along a normal direction of each model surface; the size of the virtual entity is the same as that of the corresponding model surface, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation; acquiring an intersecting state between the virtual entity and the surface of the model to be judged; the model surface to be judged is the model surface of other models to be connected except the model to be connected to which the virtual entity belongs; the other models to be connected are entity models except the models to be connected corresponding to the virtual entity; and determining the adjacent surface according to the intersecting state between the virtual entity and the surface of the model to be judged.
In one embodiment, the processing module 200 is specifically configured to determine, when the virtual entity intersects the model surface to be determined, that the model surface corresponding to the virtual entity and the model surface to be determined are the adjacent surfaces; and when the virtual entity is not intersected with the surface of the model to be judged, determining that the surface of the model corresponding to the virtual entity and the surface of the model to be judged are not adjacent surfaces.
In one embodiment, the generating module 300 is specifically configured to determine, according to the generating rule, a generating position of the connection element on the adjacent surface; the connector is deployed in the generating position.
In one embodiment, as shown in fig. 7, there is provided an adjacency determining apparatus comprising:
an obtaining module 400, configured to obtain model surface information of a target entity model;
and the processing module 500 is configured to extend the target model surface according to the model surface information of the target solid model, determine an intersection state between the extended target model surface and each model surface of the other solid model, and determine an adjacent relationship between the target model surface which is not extended and each model surface of the other solid model according to the intersection state.
In one embodiment, the processing module 500 is specifically configured to generate a corresponding virtual entity along a normal direction of each of the target model surfaces; the size of the virtual entity is the same as that of the surface of the target model, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation; determining the adjacent relation between the target model surface and the model surface to be judged according to the intersecting state between each virtual entity and the model surface to be judged; the model surface to be judged is the model surface of the other entity models.
In one embodiment, the processing module 500 is specifically configured to determine that the target model surface is adjacent to the model surface to be determined when the virtual entity intersects the model surface to be determined; and when the virtual entity is not intersected with the surface of the model to be judged, determining that the surface of the target model is not adjacent to the surface of the model to be judged.
The specific definition of the connector placement device for checking the adjacency relation determination device can be referred to the definition of the connector placement method and the adjacency relation determination method hereinabove, respectively, and will not be described herein. The respective modules in the above-described connector placement device and adjacency determination device may be implemented in whole or in part by software, hardware, and combinations thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a computer device is provided comprising a memory and a processor, the memory having stored therein a computer program, the processor when executing the computer program performing the steps of:
screening out a model to be connected from the model group according to the model attribute information of the entity model; the model attribute information is used for representing whether the entity models are connected by adopting a connecting piece or not;
according to the model surface information of each model to be connected, adopting a preset adjacent algorithm to determine adjacent surfaces with adjacent relations on different models to be connected; the adjacent algorithm is an algorithm for determining the adjacent relation between the model surfaces according to the intersecting state after the model surfaces are extended;
and placing connecting pieces between the adjacent surfaces according to a preset connecting piece generation rule.
In one embodiment, the model attribute information includes a model identification, and the model identification and the connection attribute have a corresponding relationship.
In one embodiment, the processor when executing the computer program further performs the steps of:
generating corresponding virtual entities along the normal direction of each model surface; the size of the virtual entity is the same as that of the corresponding model surface, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation;
Acquiring an intersecting state between the virtual entity and the surface of the model to be judged; the model surface to be judged is the model surface of other models to be connected except the model to be connected to which the virtual entity belongs; the other models to be connected are entity models except the models to be connected corresponding to the virtual entity;
and determining the adjacent surface according to the intersecting state between the virtual entity and the surface of the model to be judged.
In one embodiment, the processor when executing the computer program further performs the steps of:
if the virtual entity intersects with the model surface to be judged, determining the model surface corresponding to the virtual entity and the model surface to be judged as the adjacent surfaces;
and if the virtual entity is not intersected with the surface of the model to be judged, determining that the surface of the model corresponding to the virtual entity and the surface of the model to be judged are not adjacent surfaces.
In one embodiment, the processor when executing the computer program further performs the steps of:
determining the generation position of the connecting piece on the adjacent surface according to the generation rule;
the connector is deployed in the generating position.
It should be clear that the process of executing the computer program by the processor in the embodiment of the present application is consistent with the execution of each step in the above method, and specific reference may be made to the foregoing description.
In one embodiment, a computer device is provided comprising a memory and a processor, the memory having stored therein a computer program, the processor when executing the computer program performing the steps of:
obtaining model surface information of a target entity model;
extending the surface of the target model according to the model surface information of the target entity model, and judging the intersection state between the extended surface of the target model and the model surfaces of other entity models;
and determining the adjacent relation between the target model surface which is not extended and each model surface of other entity models according to the intersecting state.
In one embodiment, the processor when executing the computer program further performs the steps of:
generating corresponding virtual entities along the normal direction of the surface of each target model; the size of the virtual entity is the same as that of the surface of the target model, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation;
determining the adjacent relation between the target model surface and the model surface to be judged according to the intersecting state between each virtual entity and the model surface to be judged; the model surface to be judged is the model surface of the other entity models.
In one embodiment, the processor when executing the computer program further performs the steps of:
if the virtual entity intersects with the surface of the model to be judged, determining that the target model surface is adjacent to the surface of the model to be judged;
and if the virtual entity is not intersected with the surface of the model to be judged, determining that the surface of the target model is not adjacent to the surface of the model to be judged.
It should be clear that the process of executing the computer program by the processor in the embodiment of the present application is consistent with the execution of each step in the above method, and specific reference may be made to the foregoing description.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor, performs the steps of:
screening out a model to be connected from the model group according to the model attribute information of the entity model; the model attribute information is used for representing whether the entity models are connected by adopting a connecting piece or not;
according to the model surface information of each model to be connected, adopting a preset adjacent algorithm to determine adjacent surfaces with adjacent relations on different models to be connected; the adjacent algorithm is an algorithm for determining the adjacent relation between the model surfaces according to the intersecting state after the model surfaces are extended;
And placing connecting pieces between the adjacent surfaces according to a preset connecting piece generation rule.
In one embodiment, the model attribute information includes a model identification, and the model identification and the connection attribute have a corresponding relationship.
In one embodiment, the computer program when executed by the processor further performs the steps of:
generating corresponding virtual entities along the normal direction of each model surface; the size of the virtual entity is the same as that of the corresponding model surface, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation;
acquiring an intersecting state between the virtual entity and the surface of the model to be judged; the model surface to be judged is the model surface of other models to be connected except the model to be connected to which the virtual entity belongs; the other models to be connected are entity models except the models to be connected corresponding to the virtual entity;
and determining the adjacent surface according to the intersecting state between the virtual entity and the surface of the model to be judged.
In one embodiment, the computer program when executed by the processor further performs the steps of:
if the virtual entity intersects with the model surface to be judged, determining the model surface corresponding to the virtual entity and the model surface to be judged as the adjacent surfaces;
And if the virtual entity is not intersected with the surface of the model to be judged, determining that the surface of the model corresponding to the virtual entity and the surface of the model to be judged are not adjacent surfaces.
In one embodiment, the computer program when executed by the processor further performs the steps of:
determining the generation position of the connecting piece on the adjacent surface according to the generation rule;
the connector is deployed in the generating position.
It should be clear that the process of executing the computer program by the processor in the embodiment of the present application is consistent with the execution of each step in the above method, and specific reference may be made to the foregoing description.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor, performs the steps of:
obtaining model surface information of a target entity model;
extending the surface of the target model according to the model surface information of the target entity model, and judging the intersection state between the extended surface of the target model and the model surfaces of other entity models;
and determining the adjacent relation between the target model surface which is not extended and each model surface of other entity models according to the intersecting state.
In one embodiment, the computer program when executed by the processor further performs the steps of:
generating corresponding virtual entities along the normal direction of the surface of each target model; the size of the virtual entity is the same as that of the surface of the target model, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation;
determining the adjacent relation between the target model surface and the model surface to be judged according to the intersecting state between each virtual entity and the model surface to be judged; the model surface to be judged is the model surface of the other entity models.
In one embodiment, the computer program when executed by the processor further performs the steps of:
if the virtual entity intersects with the surface of the model to be judged, determining that the target model surface is adjacent to the surface of the model to be judged;
and if the virtual entity is not intersected with the surface of the model to be judged, determining that the surface of the target model is not adjacent to the surface of the model to be judged.
It should be clear that the process of executing the computer program by the processor in the embodiment of the present application is consistent with the execution of each step in the above method, and specific reference may be made to the foregoing description.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the various embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples merely represent a few embodiments of the present application, which are described in more detail and are not to be construed as limiting the scope of the invention. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application is to be determined by the claims appended hereto.

Claims (12)

1. A method of connector placement, the method comprising:
screening out a model to be connected from the model group according to the model attribute information of the entity model; the model attribute information is used for representing whether the entity models are connected by adopting a connecting piece or not;
according to the model surface information of each model to be connected, adopting a preset adjacent algorithm to determine adjacent surfaces with adjacent relations on different models to be connected; the adjacent algorithm is an algorithm for determining the adjacent relation between the model surfaces according to the intersecting state after the model surfaces are extended; the model surface extensions include generating corresponding virtual entities along a normal to each of the model surfaces; the size of the virtual entity is the same as that of the corresponding model surface, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation;
According to a preset connection piece generation rule, placing connection pieces between the adjacent faces; the connecting piece generation rule comprises a distance between adjacent connecting pieces, a distance between the connecting piece with the two ends closest to the model to be connected and an endpoint of the model to be connected, and connecting pieces which are additionally arranged are reinforced at the two ends of the model to be connected.
2. The method of claim 1, wherein the model attribute information includes a model identification, the model identification having a correspondence with a connection attribute.
3. The method according to claim 1 or 2, wherein the determining, according to the model surface information of each model to be connected, the adjacent surfaces having the adjacent relationship on the different models to be connected by using a preset adjacent algorithm includes:
acquiring an intersecting state between the virtual entity and the surface of the model to be judged; the model surface to be judged is the model surface of other models to be connected except the model to be connected to which the virtual entity belongs; the other models to be connected are entity models except the models to be connected corresponding to the virtual entity;
and determining the adjacent surface according to the intersecting state between the virtual entity and the surface of the model to be judged.
4. A method according to claim 3, wherein said determining said adjacent surface based on the intersection between said virtual entity and said model surface to be determined comprises:
if the virtual entity intersects with the model surface to be judged, determining the model surface corresponding to the virtual entity and the model surface to be judged as the adjacent surfaces;
and if the virtual entity is not intersected with the surface of the model to be judged, determining that the surface of the model corresponding to the virtual entity and the surface of the model to be judged are not adjacent surfaces.
5. The method of claim 1, wherein said placing connectors between said adjacent faces according to a predetermined connector generation rule comprises:
determining the generation position of the connecting piece on the adjacent surface according to the generation rule;
the connector is deployed in the generating position.
6. A method of determining adjacency, the method comprising:
obtaining model surface information of a target entity model;
extending the surface of the target model according to the model surface information of the target entity model, and judging the intersection state between the extended surface of the target model and the model surfaces of other entity models; the extending of the target model surfaces comprises generating corresponding virtual entities along the normal direction of each target model surface; the size of the virtual entity is the same as that of the surface of the target model, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation;
And determining the adjacent relation between the target model surface which is not extended and each model surface of other entity models according to the intersecting state.
7. The method of claim 6, wherein determining the intersection state between the extended target model surface and the model surfaces of the other solid models comprises:
determining the adjacent relation between the target model surface and the model surface to be judged according to the intersecting state between each virtual entity and the model surface to be judged; the model surface to be judged is the model surface of the other entity models.
8. The method of claim 7, wherein determining the adjacency of the target model surface to the model surface to be determined based on the intersection status between each virtual entity and the model surface to be determined, comprises:
if the virtual entity intersects with the surface of the model to be judged, determining that the target model surface is adjacent to the surface of the model to be judged;
and if the virtual entity is not intersected with the surface of the model to be judged, determining that the surface of the target model is not adjacent to the surface of the model to be judged.
9. A connector placement device, the device comprising:
the selection module is used for screening the model to be connected from the model group according to the model attribute information of the entity model; the model attribute information is used for representing whether the entity models are connected by adopting a connecting piece or not;
the processing module is used for determining adjacent surfaces with adjacent relations on different models to be connected by adopting a preset adjacent algorithm according to the model surface information of each model to be connected; the adjacent algorithm is an algorithm for determining the adjacent relation between the model surfaces according to the intersecting state after the model surfaces are extended; the model surface extensions include generating corresponding virtual entities along a normal to each of the model surfaces; the size of the virtual entity is the same as that of the corresponding model surface, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation;
the generating module is used for placing the connecting pieces between the adjacent faces according to a preset connecting piece generating rule; the connecting piece generation rule comprises a distance between adjacent connecting pieces, a distance between the connecting piece with the two ends closest to the model to be connected and an endpoint of the model to be connected, and connecting pieces which are additionally arranged are reinforced at the two ends of the model to be connected.
10. An adjacency determining apparatus, characterized in that the apparatus comprises:
the acquisition module is used for acquiring model surface information of the target entity model;
the processing module is used for extending the target model surface according to the model surface information of the target entity model, judging the intersecting state between the extended target model surface and each model surface of other entity models, and determining the adjacent relation between the target model surface which is not extended and each model surface of the other entity models according to the intersecting state; the extending of the target model surfaces comprises generating corresponding virtual entities along the normal direction of each target model surface; the size of the virtual entity is the same as that of the surface of the target model, and the thickness of the virtual entity is used for representing a judging threshold value of the adjacent relation.
11. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 8 when the computer program is executed.
12. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 8.
CN201910842596.2A 2019-09-06 2019-09-06 Connecting piece placement method, adjacent relation determination method, device, equipment and medium Active CN110750817B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910842596.2A CN110750817B (en) 2019-09-06 2019-09-06 Connecting piece placement method, adjacent relation determination method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910842596.2A CN110750817B (en) 2019-09-06 2019-09-06 Connecting piece placement method, adjacent relation determination method, device, equipment and medium

Publications (2)

Publication Number Publication Date
CN110750817A CN110750817A (en) 2020-02-04
CN110750817B true CN110750817B (en) 2023-06-16

Family

ID=69276125

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910842596.2A Active CN110750817B (en) 2019-09-06 2019-09-06 Connecting piece placement method, adjacent relation determination method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN110750817B (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102938005A (en) * 2012-10-26 2013-02-20 北京航天新风机械设备有限责任公司 Middle entity generating method of cutting and machining working procedure
US10566927B2 (en) * 2012-11-14 2020-02-18 Sunrun, Inc. Method and system for optimizing the configuration of a solar power system
CN103093065A (en) * 2013-02-20 2013-05-08 天津工业大学 Three-dimensional model rebuilding method of aviation engine blade tip missing parts
CN108229081A (en) * 2018-03-27 2018-06-29 华中科技大学 A kind of method of the geometry reparation of composite surface

Also Published As

Publication number Publication date
CN110750817A (en) 2020-02-04

Similar Documents

Publication Publication Date Title
CN111079263B (en) Building main body structure generation method, device, computer equipment and storage medium
CN110457843B (en) Three-dimensional pipeline model generation method, device, computer equipment and storage medium
CN112100167A (en) Quality inspection method and device for ecological protection red line data
CN109448120B (en) Processing method and device for three-dimensional building model and computer equipment
CN110704901B (en) Method for placing connecting nodes of gable roof guide beams and related products
CN110750817B (en) Connecting piece placement method, adjacent relation determination method, device, equipment and medium
CN110704898B (en) Method for placing connecting node between tiger window model and roof truss girder model and product
CN110704902B (en) Connecting node placement method and product of combined lintel model and combined upright column model
CN112464322A (en) Building component arrangement method and device, computer equipment and storage medium
CN111125809B (en) Building steel column generation method and device, computer equipment and storage medium
CN111159796B (en) Method and device for generating beam of building, computer equipment and storage medium
CN111079262B (en) Pipeline hoisting structure generation method and device, computer equipment and storage medium
CN112800527B (en) Construction information model-based structural beam steel bar information generation method and related device
CN110765513B (en) Method for placing connecting node of wall keel model and L-shaped top guide beam model and product
CN109544661B (en) Area map drawing method, apparatus, computer device and storage medium
CN110704897A (en) Method for placing connecting node between wall keel model and bottom guide beam model and product
CN110704900B (en) Method for placing connection node between keel column model and wall keel model and product
CN112464324B (en) Adjacent relation acquisition method, adjacent state set generation method and related products
CN109344545B (en) Method and device for adjusting accuracy of component size in building design software
CN113434935B (en) Method, apparatus, computer device and readable storage medium for marking temporary size
CN112464327A (en) Door and window model arrangement method and device, computer equipment and storage medium
CN117272758B (en) Depth estimation method, device, computer equipment and medium based on triangular grid
CN109584335B (en) Graph filling method, device, computer equipment and storage medium
CN116609344B (en) Defect detection method, device and equipment for camera socket and storage medium
CN110765508B (en) Method and device for generating tiger window gable truss node and storage medium

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200918

Address after: Room 701, East Building, innovation and Research Center, No. 8, Yanzheng West Avenue, Wujin District, Changzhou City, Jiangsu Province

Applicant after: Jiuling (Jiangsu) Digital Intelligent Technology Co.,Ltd.

Address before: Room d1-9999, 58 Fumin Road, Hengsha Township, Chongming District, Shanghai 202150 (Hengtai Economic Development Zone, Shanghai)

Applicant before: Jiuling (Shanghai) Intelligent Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant