CN114722445B - Risk engineering identification method based on Revit and Dynamo - Google Patents

Risk engineering identification method based on Revit and Dynamo Download PDF

Info

Publication number
CN114722445B
CN114722445B CN202210637763.1A CN202210637763A CN114722445B CN 114722445 B CN114722445 B CN 114722445B CN 202210637763 A CN202210637763 A CN 202210637763A CN 114722445 B CN114722445 B CN 114722445B
Authority
CN
China
Prior art keywords
primitives
floor
node
primitive
nodes
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
CN202210637763.1A
Other languages
Chinese (zh)
Other versions
CN114722445A (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 CN202210637763.1A priority Critical patent/CN114722445B/en
Publication of CN114722445A publication Critical patent/CN114722445A/en
Application granted granted Critical
Publication of CN114722445B publication Critical patent/CN114722445B/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/12Geometric CAD characterised by design entry means specially adapted for CAD, e.g. graphical user interfaces [GUI] specially adapted for CAD
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation

Landscapes

  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Geometry (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Mathematical Analysis (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Architecture (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Civil Engineering (AREA)
  • Structural Engineering (AREA)
  • Conveying And Assembling Of Building Elements In Situ (AREA)

Abstract

The invention discloses a dangerous and big project identification method based on Revit and Dynamo, which relates to the technical field of BIM.A Dynamo program is utilized to read all primitives at a designated elevation, and all primitives in a Revit model are recolorized, beam primitives in designated elevation primitives are screened, the coloring treatment is carried out and marked as a long-span beam template construction project, beam primitives in the designated elevation primitives are screened, the coloring treatment is marked as a formwork re-supporting beam template construction project, floor primitives in the designated elevation primitives are screened, the coloring treatment is marked as a formwork re-supporting floor template construction project, floor primitives in the designated elevation primitives are screened, and the coloring treatment is marked as a formwork re-supporting floor template construction project; the invention can avoid the conditions of erroneous judgment and missed judgment caused by manual identification.

Description

Risk engineering identification method based on Revit and Dynamo
Technical Field
The invention relates to the technical field of BIM, in particular to a method for identifying dangerous and large projects based on Revit and Dynamo.
Background
At present, the domestic BIM technology is rapidly developed, and BIM related software is numerous, wherein Revit software is the BIM related software which is most used at present. A visualization program is compiled on a secondary development platform Dynamo based on Revit, intelligent and automatic judgment on parameters of building components such as beams and columns is realized in Revit, whether different components are projects with larger dangerousness exceeding a certain scale or not is judged by comparing BIM model parameters with relevant standard specifications, and marking is carried out.
Disclosure of Invention
The invention mainly aims to provide a method for identifying dangerous engineering based on Revit and Dynamo.
In order to achieve the purpose, the invention adopts the technical scheme that:
a dangerous and big project identification method based on Revit and Dynamo is disclosed, wherein S1: opening a corresponding BIM model through Revit software, reading all primitives at an appointed height by utilizing Dynamo programming, wherein all the primitives comprise a beam primitive, a column primitive and a floor primitive, and recoloring all the primitives in the Revit model;
s2: screening the beam primitives in the designated high primitives in S1, identifying the beam primitives with the span of more than or equal to 18 meters, and performing coloring treatment and marking as a large-span beam template construction project;
s3: screening beam primitives in the designated high primitives in S1, identifying beam primitives with construction concentration line loads greater than or equal to 20KN/m, and performing coloring treatment to mark the beam primitives as a re-support template construction project;
s4: screening floor primitives in the designated high primitives in S1, identifying and erecting floor primitives with the height of more than or equal to 8 meters, and marking the floor primitives as high formwork floor template construction projects by coloring treatment;
s5: screening floor primitives in designated high primitives in S1, identifying floor primitives with total construction load more than or equal to 15KN/m2, and marking the floor primitives as a re-supporting formwork floor template construction project through coloring treatment;
s6: and identifying the beam template engineering which is a large-span and heavy formwork and carrying out coloring marking, and identifying the floor slab template engineering which is a high formwork and a heavy formwork and carrying out coloring marking.
The invention further improves the following steps: the S1 condition is that the BIM model is a structural model which meets the design requirements of a construction drawing and the actual construction working condition on site, All primitives of the model are read by using All Elements In Active View nodes, wherein All the primitives comprise beam primitives, column primitives and floor primitives, All the primitives are read from Revit to Dynamo, All the primitives are recolorized by element.
The further improvement of the invention is that under the condition of S2, a WH _ Filter.ByCategory node is used for screening corresponding beam primitives from all the primitives at the specified elevation acquired in S1, and a geometry.IntersetAll and an element.Getlocation node are used for screening the beam primitives of which the starting point and the end point are intersected with the vertical component; reading the shearing length parameter of the edge between the screened beam primitive and the coaxial adjacent vertical component by using a geometry node, wherein the shearing length is the erection length of the beam template, judging the read beam primitive shearing length by using a Code Block node and a List node, and performing coloring marking processing on the beam primitive with the shearing length larger than or equal to 18 meters by using a color node.
The further improvement of the invention is that in the case of S3, the WH _ filter. bycategory node is used to screen corresponding beam primitives from all primitives at the specified elevation obtained in S1, the element. getparametervaluebyname node is used to read the beam width parameter b and the beam height parameter h of the screened beam primitives, and the Code Block node is used to substitute the read beam width parameter b and the beam height parameter h into the formula 1.3 × b × h × 25+1.5 × (b + b) 1 )×Q 1 ,Q 1 The standard value of the load generated by constructors and construction equipment can be calculated according to actual conditions and should not be less than 2.5kN/m 2 ,b 1 For the distance between the supporting vertical rod points of the floor slabs at the two sides of the beam and the edge of the beam, taking meters as units, Q 1 、b 1 The value of (2) is input by using Number nodes; and screening out beam primitives with the calculation results of more than or equal to 20KN/m by utilizing a List.Filter ByBoolMask node, and carrying out coloring marking treatment on the screened beams by utilizing a color.ByARGB node.
The invention has the further improvement that the S4 condition is that element/geometry nodes are utilized to convert All primitives read in the BIM model in S1 into geometric figures which can be edited in Dynamo, solid/ByUnion nodes are utilized to integrate the read geometric figures into a whole, All Elements of Category nodes are utilized to screen corresponding floor primitives from All the primitives acquired in S1 at the specified elevation, solid/Centroid nodes are utilized to acquire the central point of the floor bottom, Point is utilized to project point/Project nodes to the integrated geometric figure at the floor bottom central point to form a projection point, geometry/DistanceTo nodes are utilized to calculate the distance between the projection point and the central point, the distance between the projection point and the central point is the building height of the floor template, List/FilterByBoolMask nodes are utilized to build a floor with the height larger than or equal to 8 meters, and color/ByARGB nodes are utilized to screen out floor primitives marked by color/ByGB nodes to color the floor.
The invention has the further improvement that S5 specifically comprises screening corresponding floor primitives from All primitives of All Elements of the Category node at the designated elevation obtained in S1, reading the floor thickness parameter 'thickness' of the screened floor primitives by the element of GetParameter value byName node, and substituting the read floor thickness parameter into the formula 1.3 × h × 25+1.5 × Q by the Code Block node 1 H is the thickness of the floor, Q 1 The standard value of the load generated by constructors and construction equipment can be calculated according to actual conditions and should not be less than 2.5kN/m 2 ;Q 1 The value of (a) is input by using a Number node; screening out a calculation result which is greater than or equal to 15KN/m by utilizing List 2 And (4) carrying out coloring marking treatment on the screened floor primitive by utilizing a color.
The invention further improves the method that after the coloring and marking treatment of the steps S2, S3, S4 and S5 is completed, the identification work of the template critical engineering is completed.
Or the invention is further improved in that: in S6, the selected beam primitives and floor primitives in S2, S3, S4, and S5 are checked, list.setintersection nodes are used to select beam primitives belonging to both the long-span beam template and the heavy-supported beam template in S2 and S3, and element.overhead color view nodes are used to perform re-coloring processing on the selected beam primitives. Similarly, the List. SetInterection nodes are used for screening floor primitives belonging to the heavy formwork floor template and the high formwork floor template at the same time in S4 and S5, and element. overlarge ColorInView nodes are used for re-coloring the screened floor primitives, so that the identification work of the template critical engineering is completed.
Compared with the prior art, the method has the advantages that the relevant parameters of the beam primitive, the column primitive and the floor primitive in the BIM are extracted, the extracted parameters are calculated according to the relevant standards, the dangerous and large projects exceeding a certain scale are automatically identified according to the calculation result, the occurrence of misjudgment and missed judgment caused by manual marking is avoided, and the safety guarantee of building construction is improved.
Drawings
Fig. 1 is a schematic structural diagram of a method for identifying dangerous and large projects based on Revit and Dynamo.
Fig. 2 is a schematic diagram of a BIM model after recoloring treatment in the method for identifying critical engineering based on Revit and Dynamo.
Fig. 3 is a schematic diagram of a large-span beam template primitive of a coloring mark in the method for identifying dangerous large engineering based on Revit and Dynamo.
Fig. 4 is a schematic diagram of a coloring-labeled formwork re-supporting beam template primitive in the method for identifying critical engineering based on Revit and Dynamo.
Fig. 5 is a schematic diagram of a high-formwork floor template primitive of a coloring mark in the method for identifying dangerous large engineering based on Revit and Dynamo.
Fig. 6 is a schematic diagram of a coloring-marked formwork slab template primitive in the dangerous and large engineering identification method based on Revit and Dynamo.
Fig. 7 is a schematic diagram of a BIM model after coloring and marking are completed in the method for identifying dangerous and large projects based on Revit and Dynamo.
Detailed Description
Example 1:
referring to fig. 1, the working principle and process of the present invention are as follows:
opening a corresponding BIM model through Revit software, reading all primitives at a designated standard height by utilizing Dynamo programming, wherein all the primitives comprise beam primitives, column primitives and floor primitives, recoloring all the primitives in the Revit model, screening the beam primitives in the designated standard height primitives in S1, identifying the beam primitives with the span of more than or equal to 18 meters, marking the beam primitives as large-span beam templates, screening the beam primitives in the designated standard height primitives in S1, identifying the beam primitives with the construction concentration line load of more than or equal to 20KN/m, marking the beam primitives with the coloring as heavy-supported beam templates, and screeningSelecting floor primitives in the designated high primitives in S1, identifying and erecting floor primitives with the height of more than or equal to 8 meters, performing coloring treatment and marking as a high formwork floor template construction project, screening floor primitives in the designated high primitives in S1, and identifying the total construction load of more than or equal to 15KN/m 2 The floor primitive and the coloring processing mark are used for construction engineering of the formwork slab with the heavy support formwork, the beam formwork engineering which is not only the large span but also the heavy support formwork is identified and the coloring mark is carried out, and the floor formwork engineering which is not only the high support formwork but also the heavy support formwork is identified and the coloring mark is carried out.
Example 1
The specific embodiment is discussed by taking elevation L5 as an example and combining the drawing, wherein elevation refers to a floor, and L5 refers to a 5 th floor; wherein all the primitives referred to in example 1 include beam, column and floor primitives.
Referring to fig. 2, based on the above working principle, the specific operation steps are as follows: step S1, opening a corresponding BIM model through Revit software, reading all primitives at the specified elevation L5 by Dynamo programming, and re-coloring all the primitives in the Revit model; reading All primitives from Revit into Dynamo, performing re-coloring processing on All primitives by element.OverriadeColorInView nodes, resetting All primitives to (192,192,192) grey by color.ByARGB nodes, and screening All primitives with high designated scale by All Elements at Level + nodes in the re-colored primitives; the BIM model is a structural model which meets the design requirements of a construction drawing and the actual construction working conditions on site.
Referring to fig. 3, screening all the beam primitives at elevation L5, identifying the beam primitives with span greater than or equal to 18 m, marking the beam primitives as long-span beam template construction projects according to the relevant regulations of "safety management method for partial project with great risk", and performing coloring treatment; the specific operation steps are as follows: s2, screening corresponding beam primitives from all primitives at the specified elevation obtained in S1 by using WH _ Filter.ByCategory nodes, and screening beam primitives of which the starting points and the end points are intersected with the vertical members by using geometry.IntersectAll and element.GetLocation nodes; reading the shearing length parameter of the edge between the screened beam primitive and the coaxial adjacent vertical component by using a geometry node, wherein the shearing length is the erection length of the beam template, judging the read beam primitive shearing length by using a Code Block node and a List node, and performing coloring marking processing on the beam primitive with the shearing length larger than or equal to 18 meters by using a color node.
Referring to fig. 4, screening all beam primitives on an elevation L5, identifying beam primitives with a concentrated line load of 20KN/m or more, judging that a project with a large risk exceeds a certain scale when a span of a template is set up to be more than 18 meters according to a "safety management method for partial project with a large risk", judging that a project with a large risk exceeds a certain scale when a template concentrated line load is 20KN/m or more according to relevant regulations of building structure load regulations "(GB 50009-2012), marking the project with a large risk exceeding a certain scale as a construction project for a formwork with a heavy branch according to the relevant regulations, performing coloring treatment, and distinguishing colors when coloring; the specific operation steps are as follows: the S3 case is specifically that WH _ filter. bycategory node is used to screen corresponding beam primitives from all primitives at specified elevations obtained in S1, element. getparametervaluebyname node is used to read beam width parameter b and beam height parameter h of the screened beam primitives, Code Block node is used to substitute the read beam width parameter b and beam height parameter h into formula 1.3 × b × h × 25+1.5 × (b + b) 1 )×Q 1 ,Q 1 The standard value of the load generated by constructors and construction equipment can be calculated according to actual conditions and should not be less than 2.5kN/m 2 ,b 1 For the distance between the supporting vertical rod points of the floor slabs at the two sides of the beam and the edge of the beam, taking meters as units, Q 1 、b 1 The value of (a) is input by using a Number node; and screening out beam primitives with the calculation results of more than or equal to 20KN/m by utilizing a List.Filter ByBoolMask node, and carrying out coloring marking treatment on the screened beams by utilizing a color.ByARGB node.
Referring to fig. 5, screening all floor primitives at an elevation L5, identifying the floor primitives with a height greater than or equal to 8 m, marking the floor primitives as a high-formwork floor template construction project according to the relevant regulations of "partial project safety management method for high risk", performing coloring treatment, and paying attention to color differentiation during coloring; in the specific operation step S4, All structural primitives read in the BIM model in S1 are converted into geometric figures which can be edited in Dynamo by element.
Referring to FIG. 6, all floor primitives at height L5 are selected to identify the total construction load of 15KN/m or more 2 The floor board primitive is marked as the construction project of the formwork slab with the heavy-duty formwork according to the relevant regulations of 'partial project safety management method with high risk' and 'building structure load standard' (GB 50009-2012), and is colored, and the color distinction is paid attention to during coloring. S5 case is that All Elements of the Category node at the designated elevation obtained in S1 are used to screen corresponding floor board Elements, element of GetParameterValueByName node is used to read the floor board thickness parameter 'thickness' of the screened floor board Elements, Code Block node is used to substitute the read floor board thickness parameter into the formula 1.3 xhx25 +1.5 xQ 1 ,Q 1 The standard value of the load generated by constructors and construction equipment can be calculated according to actual conditions and should not be less than 2.5kN/m 2 ;Q 1 The value of (a) is input by using a Number node; screening out a calculation result which is more than or equal to 15KN/m by utilizing a List node 2 And (4) carrying out coloring marking treatment on the screened floor primitive by utilizing a color.
And finishing the identification work of the template critical engineering after finishing the coloring steps.
Or referring to fig. 7, the screened beam primitives and plate primitives of S2, S3, S4 and S5 are checked, beam primitives belonging to both the long-span beam template and the heavy-supported beam template are screened in S2 and S3, the screened beam primitives are recoloring and colorizing, and color distinction is paid attention to during colorizing. Similarly, floor primitives belonging to the heavy-formwork floor template and the high-formwork floor template are screened out in S4 and S5, the screened floor primitives are subjected to coloring treatment again, color distinguishing is noticed during coloring, and then the identification work of the dangerous large project of the template is completed.
Example 2:
in combination with the principle described in this specification, the designation of the height in this embodiment refers to a designated floor input by an operator in the construction process, and the floor can be designated according to the identification requirement; all the graph primitives in the embodiment include beam primitives, column primitives and floor primitives.
Embodiment 2 is a preferred embodiment of the present application, and a method for identifying critical engineering based on Revit and Dynamo includes the steps of:
s1: opening a corresponding BIM model through Revit software, reading all primitives at a designated height by utilizing Dynamo programming, wherein all the primitives comprise beam primitives, column primitives and floor primitives, and recoloring all the primitives in the Revit model;
s2: screening the beam primitives in the designated high primitives in S1, identifying the beam primitives with the span of more than or equal to 18 meters, and performing coloring treatment and marking as a large-span beam template construction project; please refer to fig. 3.
S3: screening beam primitives in the designated high primitives in S1, identifying beam primitives with concentrated line loads greater than or equal to 20KN/m, and performing coloring treatment and marking as a heavy-supported beam template construction project; please refer to fig. 4.
S4: screening floor primitives in the designated high primitives in S1, identifying and erecting floor primitives with the height of more than or equal to 8 meters, and marking the floor primitives as high formwork floor template construction projects by coloring treatment; please refer to fig. 5.
S5: designation of Standard height in Screen S1The floor primitive in the primitives identifies the total construction load more than or equal to 15KN/m 2 The floor primitive and the coloring treatment mark are the construction project of the formwork slab formwork of the heavy supporting; please refer to fig. 6.
S6: and identifying the beam template engineering which is a large-span and heavy formwork and carrying out coloring marking, and identifying the floor slab template engineering which is a high formwork and a heavy formwork and carrying out coloring marking.
The invention further improves the following steps:
the S1 condition is that the BIM model is a structural model which meets the design requirements of a construction drawing and the actual construction working condition on site, All primitives of the model are read by using All Elements In Active View nodes, wherein All the primitives comprise beam primitives, column primitives and floor primitives, All the primitives read from Revit are read into Dynamo, All the primitives are recolorized by element.
In order to obtain a more accurate color marking, the present invention further improves that in the case of S2, specifically, a WH _ filter.bycategory node is used to screen a corresponding beam primitive from all primitives at a specified elevation obtained in S1, and a geometry.intersectall and element.getlocation node are used to screen a beam primitive whose starting point and end point are both intersected with the vertical member. Reading the shearing length parameter of the edge between the screened beam primitive and the coaxial adjacent vertical component by using a geometry node, wherein the shearing length is the erection length of the beam template, judging the read beam primitive shearing length by using a Code Block node and a List node, and performing coloring marking processing on the beam primitive with the shearing length larger than or equal to 18 meters by using a color node.
The S3 case is specifically that the WH _ filter. bycategory node is used to screen corresponding beam primitives from all primitives at the specified elevation obtained in S1, the element. getparametervaluebyname node is used to read the beam width parameter b and the beam height parameter h of the screened beam primitives, and the Code Block node is used to read the read beam widthSubstituting the parameter b and the beam height parameter h into the formula 1.3 × b × h × 25+1.5 × (b + b) 1 )×Q 1 ,Q 1 The standard value of the load generated by constructors and construction equipment can be calculated according to actual conditions and should not be less than 2.5kN/m 2 ,b 1 For the distance between the supporting vertical rod points of the floor slabs at the two sides of the beam and the edge of the beam, taking meter as unit, Q 1 、b 1 The value of (d) is input using the Number node. And screening out a beam primitive with a calculation result of more than or equal to 20KN/m by utilizing a List.
The S4 case is specifically that element geometry nodes are used to convert All structural primitives read in the BIM model in S1 into geometric figures that can be edited in Dynamo, solid.byunion nodes are used to integrate the read geometric figures into a whole, All Elements of Category nodes are used to screen corresponding primitive floors from All primitives at specified elevations obtained in S1, solid.centroid nodes are used to obtain floor bottom center points, point.project nodes are used to project from floor primitive bottom center points to the integrated integral geometric figures to form projection points, the distance between the projection points and the center points is calculated by the solid.distanto nodes, the distance between the two is floor template building height, list.filter bymask nodes are used to build primitives with height greater than or equal to 8 meters, floor slab is screened out by color.byarr nodes to mark primitives for coloring.
The S5 case is specifically that All primitives at the specified elevation obtained in S1 are used to screen corresponding floor primitives from All primitives of All Elements of the algorithm of Category node, the element node getparametervaluebyname node is used to read the floor thickness parameter "thickness" of the screened floor primitives, the Code Block node is used to substitute the read floor thickness parameter into the formula 1.3 × h × 25+1.5 × Q 1 ,Q 1 The standard value of the load generated by constructors and construction equipment can be calculated according to actual conditions and should not be less than 2.5kN/m 2 ;Q 1 The value of (a) is input by using a Number node; screening out a calculation result which is more than or equal to 15KN/m by utilizing a List node 2 And (4) carrying out coloring marking treatment on the screened floor primitive by utilizing a color.
And finishing the coloring marking treatment of the steps S2, S3, S4, S5 and S6, namely finishing the identification work of the template critical engineering.
Or after completing the steps from S1 to S5, in S6, checking the beam primitives and floor primitives screened in S2, S3, S4 and S5, screening the beam primitives belonging to both the long-span beam template and the heavy-supported beam template in S2 and S3 by using list. Similarly, list. setinteraction node is used to screen out the floor primitives belonging to both the heavy-formwork floor formwork and the high-formwork floor formwork in S4 and S5, and element. overlarde colorinview node is used to perform recoloring process on the screened floor primitives. And finishing the identification work of the template dangerous engineering.

Claims (4)

1. A method for identifying dangerous and big projects based on Revit and Dynamo comprises the following steps:
s1: opening a corresponding BIM model through Revit software, wherein the BIM model is a structural model which meets the design requirements of a construction drawing and the actual construction working condition on site, reading All primitives at the designated height by utilizing Dynamo programming, specifically reading All primitives of the model into the Dynamo by utilizing All Elements In Active View nodes, wherein All the primitives comprise beam primitives, column primitives and floor primitives, and performing recoloring treatment on All the primitives In the Revit model, specifically performing recoloring treatment on All the primitives by utilizing element.
S2: screening S1 a beam primitive in the designated high primitive, identifying a beam primitive with a span greater than or equal to 18 meters, and performing coloring processing and marking as a large-span beam template subentry project;
s3: screening beam primitives in the designated high primitives in S1, identifying beam primitives with construction concentration line loads greater than or equal to 20KN/m, and performing coloring processing and marking as a secondary formwork beam template project;
s4: screening floor board primitives in the designated high primitives in S1, identifying floor board primitives with the height of more than or equal to 8 meters erected by vertical supports, and marking the floor board primitives as high formwork floor board templates in a project by coloring treatment;
s5: screening S1 floor primitive in the designated high primitive, identifying construction total load greater than or equal to 15KN/m 2 The floor primitives are colored and marked as the project of the formwork slab template of the re-supporting formwork;
the method is characterized in that: the S3 case is specifically that WH _ filter. bycategory node is used to screen corresponding beam primitives from all primitives at specified elevations obtained in S1, element. getparametervaluebyname node is used to read beam width parameter b and beam height parameter h of the screened beam primitives, CodeBlock node is used to substitute the read beam width parameter b and beam height parameter h into formula 1.3 × b × h × 25+1.5 × (b + b) 1 )×Q 1 ,Q 1 Standard value of the load, Q, generated for the constructors and the construction equipment 1 Calculated according to actual conditions and should not be less than 2.5kN/m 2 ,b 1 For the distance between the supporting vertical rod points of the floor slabs at the two sides of the beam and the edge of the beam, taking meters as units, Q 1 、b 1 The value of (a) is input by using a Number node; and screening out the beam primitives with the calculation results more than or equal to 20KN/m by using List.Filter ByBoolMask nodes, and coloring and marking the screened beam primitives by using color.ByARGB nodes.
2. The method for identifying dangerous works based on Revit and Dynamo according to claim 1, which is characterized in that: the S2 case is specifically that the WH _ filter.bycategory node is used to screen out corresponding beam primitives from all primitives at the specified elevation obtained in S1, and the geometry.intersectall and element.getlocation nodes are used to screen out beam primitives whose starting point and ending point are both intersected with the vertical member; reading the shearing length parameter of the edge between the screened beam primitive and the coaxially adjacent vertical member by using a geometry node, wherein the shearing length is the erection length of the beam template, judging the shearing length of the read beam primitive by using a Code Block node and a list node, and performing coloring marking processing on the beam primitive with the shearing length of more than or equal to 18 meters by using a color node.
3. The method for identifying dangerous works based on Revit and Dynamo according to claim 1, which is characterized in that: s4 is specifically that element nodes are used to convert All primitives read in the BIM model in S1 into geometric figures that can be edited in Dynamo, solid. byunion nodes are used to integrate the read geometric figures into a whole, All Elements of the Category node at the specified elevation obtained in S1 are used to screen corresponding floor primitives, solid. centroid nodes are used to acquire floor bottom center points, point. project nodes are used to project the integrated geometric figures from the floor primitive bottom center points to form projection points, the distance between the projection points and the center points is calculated by the solid. centrode nodes, the distance between the projection points and the center points is the floor template building height, list. filterbymask nodes are used to screen out primitives with a height greater than or equal to 8 meters, and color is used to screen floor primitives marked by color. byargb nodes.
4. The method for identifying dangerous works based on Revit and Dynamo according to claim 1, which is characterized in that: the S5 case is specifically that All primitives at the specified elevation obtained in S1 are used to screen corresponding floor primitives from All primitives of All Elements of the algorithm of Category node, the element 1 H is the thickness of the floor, Q 1 The standard value of the load generated by constructors and construction equipment can be calculated according to actual conditions and should not be less than 2.5kN/m 2 ;Q 1 The value of (a) is input by using a Number node; screening out a calculation result which is greater than or equal to 15KN/m by utilizing List 2 The floor primitive is screened out by utilizing the colorAnd (4) carrying out coloring marking treatment on the floor primitive.
CN202210637763.1A 2022-06-08 2022-06-08 Risk engineering identification method based on Revit and Dynamo Active CN114722445B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210637763.1A CN114722445B (en) 2022-06-08 2022-06-08 Risk engineering identification method based on Revit and Dynamo

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210637763.1A CN114722445B (en) 2022-06-08 2022-06-08 Risk engineering identification method based on Revit and Dynamo

Publications (2)

Publication Number Publication Date
CN114722445A CN114722445A (en) 2022-07-08
CN114722445B true CN114722445B (en) 2022-09-02

Family

ID=82232943

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210637763.1A Active CN114722445B (en) 2022-06-08 2022-06-08 Risk engineering identification method based on Revit and Dynamo

Country Status (1)

Country Link
CN (1) CN114722445B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115081096B (en) * 2022-08-19 2022-12-06 山东高速德建集团有限公司 BIM model structural member rapid coding method
CN115730362B (en) * 2022-12-14 2023-08-11 中建三局集团(深圳)有限公司 Revit platform-based mold frame configuration plug-in and method for cast-in-situ structure
CN116226989B (en) * 2023-03-08 2024-01-30 北京城建集团有限责任公司 Concrete engineering quantity extraction method of BIM model
CN117390757B (en) * 2023-12-06 2024-03-05 北京城建集团有限责任公司 Rectangular concrete beam multilayer main reinforcement BIM modeling method based on Dynamo technology

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107145851A (en) * 2017-04-28 2017-09-08 西南科技大学 Constructions work area dangerous matter sources intelligent identifying system
CN109766581A (en) * 2018-12-12 2019-05-17 中水电第十一工程局(郑州)有限公司 A method of bridge BIM model is established using Dynamo software
CN114091148A (en) * 2021-11-12 2022-02-25 中铁一局集团建筑安装工程有限公司 Method for realizing area calculation of Revit template based on Dynamo, and rapid modeling method and system

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105404966A (en) * 2015-11-06 2016-03-16 中国十七冶集团有限公司 Construction method of construction process quality color rendering module based on BIM
CN110516294B (en) * 2019-07-16 2022-05-20 西南交通大学 BIM-based 4D operation and maintenance information model establishing method
EP3783519A1 (en) * 2019-08-21 2021-02-24 Bricsys NV Automatic generation of an analytical model for analysis
CN110633518B (en) * 2019-09-03 2022-11-25 中国建筑第八工程局有限公司 Simple parameterization unit type curtain wall material classification statistical method based on BIM
CN111753347B (en) * 2020-06-30 2024-05-03 广东天元建筑设计有限公司 Component screening method based on Revit primitives, revit platform and storage medium
CN112948938A (en) * 2021-03-12 2021-06-11 中国建筑第八工程局有限公司 Method for calculating and identifying overweight beam through BIM three-dimensional modeling
CN114065336B (en) * 2021-09-28 2022-07-22 广州优比建筑咨询有限公司 Revit-based high formwork region inspection method, device, medium and equipment
CN114077765B (en) * 2021-10-20 2023-07-04 中铁十九局集团有限公司 Dynamo project data management method and device based on Dynamo project data management method and device, and computer equipment
CN114519229B (en) * 2022-04-20 2022-08-12 中建五局第三建设有限公司 Revit-based identification method and equipment for dangerous large template supporting member

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107145851A (en) * 2017-04-28 2017-09-08 西南科技大学 Constructions work area dangerous matter sources intelligent identifying system
CN109766581A (en) * 2018-12-12 2019-05-17 中水电第十一工程局(郑州)有限公司 A method of bridge BIM model is established using Dynamo software
CN114091148A (en) * 2021-11-12 2022-02-25 中铁一局集团建筑安装工程有限公司 Method for realizing area calculation of Revit template based on Dynamo, and rapid modeling method and system

Also Published As

Publication number Publication date
CN114722445A (en) 2022-07-08

Similar Documents

Publication Publication Date Title
CN114722445B (en) Risk engineering identification method based on Revit and Dynamo
CN105696467B (en) A kind of formwork frame construction method based on P-BIM technologies
CN105731262B (en) Plane layout of tower crane system and method based on BIM technology
CN111460567B (en) BIM-based stair surface clear height inspection system, application system-based stair surface clear height inspection method and process
CN113158295A (en) Construction method applied to formwork support frame based on BIM formwork self-assembly technology
Baiburin Errors, defects and safety control at construction stage
Rahim et al. Construction cost comparison between conventional and formwork system for condominium project
Beale et al. Design solutions and innovations in temporary structures
CN113374282B (en) Method for controlling embedded bolt by adopting assumed coordinate system
CN110795789A (en) Application method in scaffold engineering based on BIM (building information modeling) cooperation technology
CN108277882A (en) Super-huge steel structure canopy construction technology under mal-condition
CN113216487A (en) Laminated slab overhanging joist steel construction method based on BIM technology
CN115977401A (en) High-altitude installation method for steel structure
CN116561871A (en) Deep construction method for mounting embedded part of bridge bearing platform
CN102877412B (en) Method of pre-assembly in integral erecting way of steel tower
CN114991483B (en) Construction method of large-span suspension ridge hyperbolic inverted arch skew single-layer grid structure
CN110820942A (en) Construction method for roof overlong overhanging lotus flower modeling steel structure
CN103352567A (en) Construction method for super high-rise door-shaped building
CN113807609B (en) Automatic generation and digital optimization method for climbing scheme of tower crane and steel platform
Pan et al. Research on Dynamic Monitoring and Early Warning of the High‐Rise Building Machine during the Climbing Stage
CN105113801A (en) Lifting method of large-span steel structure
CN114841035A (en) Finite element-based structural construction process simulation analysis method and system
CN114033191A (en) Anchor plate type foundation bolt positioning method
CN112257157A (en) Cable system construction method based on BIM, cable system and suspension bridge
CN110629934A (en) BIM-based formed steel bar and forming template combined application construction 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