CN111475897B - Volute model creation method based on Revit and Dynamo - Google Patents

Volute model creation method based on Revit and Dynamo Download PDF

Info

Publication number
CN111475897B
CN111475897B CN202010300407.1A CN202010300407A CN111475897B CN 111475897 B CN111475897 B CN 111475897B CN 202010300407 A CN202010300407 A CN 202010300407A CN 111475897 B CN111475897 B CN 111475897B
Authority
CN
China
Prior art keywords
volute
section
model
dynamo
revit
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
CN202010300407.1A
Other languages
Chinese (zh)
Other versions
CN111475897A (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.)
PowerChina Chengdu Engineering Co Ltd
Original Assignee
PowerChina Chengdu Engineering 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 PowerChina Chengdu Engineering Co Ltd filed Critical PowerChina Chengdu Engineering Co Ltd
Priority to CN202010300407.1A priority Critical patent/CN111475897B/en
Publication of CN111475897A publication Critical patent/CN111475897A/en
Application granted granted Critical
Publication of CN111475897B publication Critical patent/CN111475897B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Structures Of Non-Positive Displacement Pumps (AREA)

Abstract

The invention relates to the field of model creation, and discloses a volute model creation method based on Revit and Dynamo, which is used for improving modeling efficiency of a volute structure model. Firstly, inputting volute section parameters in a volute single line diagram into a spreadsheet; then, the Revit software is opened, and the node of Dynamo is utilized to read the parameters of the section of the volute in the electronic form; determining the position coordinates of the circle centers of all the sections according to the parameters, and determining the plane of each section of the volute through the origin, the coordinates of the circle centers of the sections and any point in the z-axis direction by using the nodes; generating a section profile of each section on a plane where each section is located according to the radius of each section by using the nodes; the nodes are used, and a volute entity model is generated according to the section profile; and selecting a volute base model in the Revit by using the nodes, and shearing the generated volute shape and the Revit structure base model by using the nodes to form the volute model. The method is suitable for volute model creation.

Description

Volute model creation method based on Revit and Dynamo
Technical Field
The invention relates to the field of model creation, in particular to a volute model creation method based on Revit and Dynamo.
Background
With the rapid popularization of building information model (Building Information Modeling, BIM) technology in the field of civil engineering, its application in hydropower engineering construction is also gradually deepening. The visualization and the parameterization of the hydroelectric engineering model are realized, and one problem facing the visualization and the parameterization is the establishment of a BIM model of a complex special-shaped structure.
BIM technology was proposed by Autodesk in 2002, and its corresponding BIM modeling software is Revit, which is mainly oriented to civil architecture. The hydroelectric engineering volute structure model is different from civil buildings, and is mainly characterized in that: (1) The volute section is formed by a plurality of circular sections with different radiuses; (2) The volute body structure is mainly generated by depending on a volute center line, and the volute center line is generally a space arc curve with different distances from a center point. The Revit special-shaped structure is poor in creation and model Boolean operation functions, the requirement of accurate modeling of the volute structure is difficult to meet, repeated modeling work of different projects also increases cost, great inconvenience is brought to adjustment and modification of the model, the development of BIM technology in hydropower engineering is restricted, and therefore how to quickly and accurately build the volute structure model is important to realize parameterization modification of the model.
When a volute is established by using a revit in the prior art, an internal modeling type or body volume mode is mostly used, the method is heavy and complicated, the established model is inaccurate due to the fact that a working plane is not well positioned, the establishment process is extremely easy to occur due to weak software Boolean operation function, error reporting occurs, and the establishment cannot be completed. The volute sections are generally formed by 20-30, and the built-in model and the built-in volume cannot support the generation of the model together with the sections, so that the model needs to be split and created, and the spliced model is difficult to trim with an external concrete foundation.
Disclosure of Invention
The invention aims to solve the technical problems that: a volute model creation method based on Revit and Dynamo is provided, and is used for improving modeling efficiency of a volute structure model.
In order to solve the problems, the invention adopts the following technical scheme: a volute model creation method based on Revit and Dynamo, wherein Dynamo is visual programming software of Revit, comprises the following steps:
step 1: inputting volute section parameters in a volute single line diagram into a spreadsheet, wherein the volute section parameters comprise the section circles: section angle θi, section centroid radius Rc, and section centroid radius R;
step 2: opening Revit software, and reading the parameters of the volute section in the electronic form by using the File Path node of Dynamo;
step 3: determining the center position coordinates (x, y, 0) of each section in Dynamo according to parameters θi and Rc by using a sine and cosine function formula, and determining the plane of each section of the volute by using plane, byThreeP nodes and through an origin (0, 0), the center point coordinates (x, y, 0) of the section and any point (0, m) in the z-axis direction, wherein m is any value except 0;
step 4: generating a cross-sectional profile of each cross-section on a plane in which each cross-section lies according to each cross-sectional radius R using a circle.
Step 5: in Dynamo, using a solid.ByLoft node, and generating a volute entity model according to the section profile in the step 4;
step 6: and 5, selecting a volute base model in Revit by using a Select Model Element node in Dynamo, and shearing the volute entity model generated in the step 5 and the Revit structure base model by using a solid.
Further, in order to facilitate the user to perform the parameter operation, in step 2, after the Dynamo reads the scroll section parameters in the electronic form, the scroll section parameters may be edited into a series.
Further, the electronic form is typically an Excel form.
The beneficial effects of the invention are as follows: according to the invention, the Dynamo visual programming software is utilized to simplify the complicated modeling steps, so that a set of volute modeling method is formed, the problems are avoided, the model is accurate, the modeling efficiency is greatly improved, and the modeling method plays a role in the actual production process.
Drawings
FIG. 1 is a schematic structural view of a volute model;
fig. 2 is a schematic cross-sectional profile of the volute.
Numbering in the figures: 1-24 are the numbers of the sections of the volutes respectively, rc is the radius of the center of the cross-section circle (namely the distance from the center of the cross-section circle to the center of the volute), R is the radius of the cross-section circle, and Re is the outer diameter of the cross-section circle of the volute.
Detailed Description
The invention uses the Revit software as a platform and Dynamo as a parameterized modeling mode to realize the rapid creation of different hydroelectric engineering volute structures and achieve the purposes of flexible application and modification. The invention is further illustrated by the following figures and examples.
As shown in fig. 1, the volute model is typically composed of two parts, namely a straight part and a curved part. The straight section is a column, the construction method of the straight section is simple, and the method is not repeated here, and the method for creating the model of the curved section is emphasized below.
The embodiment provides a volute model creation method based on Revit and Dynamo, wherein Dynamo is visual programming software of Revit, and the model creation steps of a curved section part of the volute model are as follows:
step 1: inputting the parameters of the volute section in the volute single line diagram into an Excel table, wherein the parameters of the volute section comprise the respective section circles: the cross-sectional angle θi, the cross-sectional center radius Rc, the cross-sectional circle radius R, and the volute cross-sectional circle outer diameter Re, wherein the volute cross-sectional circle outer diameter re=the cross-sectional circle center radius rc+the cross-sectional circle radius R, the cross-sectional center radius Rc and the cross-sectional circle radius R are graphically illustrated as shown in fig. 1.
Step 2: and opening the Revit software, reading the volute section parameters in the Excel table by using the File Path node of Dynamo, and editing the volute section parameters into a plurality of rows.
Step 3: and determining the plane of each section of the volute by using plane, byThreeP nodes and any point (0, m) in the origin (0, 0), the section center point coordinates (x, y, 0) and the z-axis direction according to parameters θi and Rc in the array in Dynamo, and determining the center position coordinates (x, y, 0) of each section by using a sine and cosine function formula.
Step 4: using the circle. Byplan radius node in Dynamo, the cross-sectional profile of each cross-section is generated on the plane in which each cross-section lies, according to each cross-section radius R, as shown in fig. 2.
Step 5: in Dynamo, a solid.ByLoft node is used to generate a volute solid model from the cross-sectional profile in step 4.
Step 6: and 5, selecting a volute base model in Revit by using a Select Model Element node in Dynamo, and shearing the volute entity model generated in the step 5 and the Revit structure base model by using a solid.

Claims (3)

1. A volute model creation method based on Revit and Dynamo, wherein Dynamo is visual programming software of Revit, is characterized by comprising the following steps:
step 1: inputting volute section parameters in a volute single line diagram into a spreadsheet, wherein the volute section parameters comprise the section circles: section angle θi, section centroid radius Rc, and section centroid radius R;
step 2: opening Revit software, and reading the parameters of the volute section in the electronic form by using the File Path node of Dynamo;
step 3: determining center position coordinates (x, y, 0) of each section in Dynamo according to parameters θi and Rc by using sine and cosine function formulas, and determining a plane of each section of the volute by using plane, byThreeP nodes and through an origin (0, 0), the center point coordinates (x, y, 0) of the section and any point (0, m) in the z-axis direction;
step 4: generating a cross-sectional profile of each cross-section on a plane in which each cross-section lies according to each cross-sectional radius R using a circle.
Step 5: in Dynamo, using a solid.ByLoft node, and generating a volute entity model according to the section profile in the step 4;
step 6: and 5, selecting a volute base model in Revit by using a Select Model Element node in Dynamo, and shearing the volute entity model generated in the step 5 and the Revit structure base model by using a solid.
2. The method for creating a volute model based on Revit and Dynamo as defined in claim 1, wherein in step 2, dynamo edits the volute section parameters into a series after reading the volute section parameters in the electronic form.
3. The scroll model creation method according to claim 1, wherein the electronic form is an Excel form.
CN202010300407.1A 2020-04-16 2020-04-16 Volute model creation method based on Revit and Dynamo Active CN111475897B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010300407.1A CN111475897B (en) 2020-04-16 2020-04-16 Volute model creation method based on Revit and Dynamo

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010300407.1A CN111475897B (en) 2020-04-16 2020-04-16 Volute model creation method based on Revit and Dynamo

Publications (2)

Publication Number Publication Date
CN111475897A CN111475897A (en) 2020-07-31
CN111475897B true CN111475897B (en) 2023-10-13

Family

ID=71754132

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010300407.1A Active CN111475897B (en) 2020-04-16 2020-04-16 Volute model creation method based on Revit and Dynamo

Country Status (1)

Country Link
CN (1) CN111475897B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112214823B (en) * 2020-10-22 2024-05-10 淮安市水利勘测设计研究院有限公司 Aqueduct modeling method based on Revit+ Dynamo
CN113553648A (en) * 2021-07-16 2021-10-26 浙江亚厦装饰股份有限公司 Cylindrical model construction method based on dynamo parametric modeling
CN113987646B (en) * 2021-10-29 2024-05-14 中国电建集团成都勘测设计研究院有限公司 Scroll model creation method based on Revit and Dynamo
CN114781114B (en) * 2022-03-04 2023-04-28 中国电建集团成都勘测设计研究院有限公司 Method for generating tail water elbow model based on Revit and Dynamo

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101881909B1 (en) * 2017-02-22 2018-07-27 한국생산기술연구원 Design method of single channel pump for high efficiency and low fluid induced vibration
CN109800536A (en) * 2019-02-17 2019-05-24 四川汶马高速公路有限责任公司 One kind parameterizing tunnel model fast modeling method based on Revit and Dynamo
CN110599584A (en) * 2019-07-30 2019-12-20 浙江大学 Layered solid model creation method based on Dynamo and Revit

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101881909B1 (en) * 2017-02-22 2018-07-27 한국생산기술연구원 Design method of single channel pump for high efficiency and low fluid induced vibration
CN109800536A (en) * 2019-02-17 2019-05-24 四川汶马高速公路有限责任公司 One kind parameterizing tunnel model fast modeling method based on Revit and Dynamo
CN110599584A (en) * 2019-07-30 2019-12-20 浙江大学 Layered solid model creation method based on Dynamo and Revit

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BIM技术在水电项目设计中的应用;刘涵; 代红波;云南水力发电;第35卷(第3期);75-78 *
基于 Dynamo for Revit 的参数化设计在水力机械设计中的运用;曹阳;土木建筑工程信息技术;第10卷(第2期);29-34 *

Also Published As

Publication number Publication date
CN111475897A (en) 2020-07-31

Similar Documents

Publication Publication Date Title
CN111475897B (en) Volute model creation method based on Revit and Dynamo
CN110580376B (en) Revit and Dynamo-based pile foundation model creation method
CN109408912B (en) Special-shaped component parameterized modeling method based on Revit secondary development
CN107194074B (en) Method for establishing parametric model of toe board of panel dam by using CATIA three-dimensional software
CN105447278A (en) Method for producing typified form under assistance of BIM (building information modeling) model
CN108959726A (en) A method of automatically generating rack BIM model
CN102385347A (en) Intelligent numerical control programming system for special-shaped helical curved surface machining
CN106777779B (en) Railway culvert design method based on BIM
CN111797451B (en) BIM-based overhead line model construction method
CN111914338B (en) Method for establishing BIM model of parameterized tunnel open cut tunnel lining structure
CN110782522A (en) Foundation pit support project profile plotting method based on BIM
CN113158303A (en) BIM-based assembled steel bridge three-dimensional model construction method
CN113190938A (en) Method, system and medium for rapidly establishing municipal pipe network parameterized model
CN110990923A (en) Rapid engineering calculation method, system and medium for hyperbolic arch dam of water conservancy and hydropower engineering
CN112163310B (en) Elbow-shaped draft tube full-parametric three-dimensional modeling method
CN104143215A (en) Informatization model design method of cable-membrane structure
CN112214823B (en) Aqueduct modeling method based on Revit+ Dynamo
CN107729703A (en) One kind is based on " Sketch Up " the factory building process design methods of " Ruby " language
RU2473128C1 (en) Method for parametric three-dimensional modelling of equipment and structures of hydropower objects
CN113408042B (en) BIM-based shield segment parameterization drawing generation method and system
WO2023078353A1 (en) Generative design method for prefabricated concrete component
CN103761352B (en) The simulation optimization method of cutter suction dredger reamer based on Pro/E cutting soil
Wang et al. The application of 3D design of hydraulic engineering based on dynamo
CN114943106B (en) Rapid construction method for shield interval segment model
CN114357576B (en) Method for creating variable cross-section bridge Liang Langan upright post based on Revit and Dynamo

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