上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 43 下一页
摘要: Abstract. AVEVA Review is used for 3D model visualisation for plant or ship design, construction and operation. The RVM file is main input of AVEVA Review. RvmTranslator can translate RVM file to STEP, IGES, STL, etc without Review, only rely on the RVM file. Key Words. AVEVA Review, PDMS RVM, STEP, IGES, STL, Data Exchange 阅读全文
posted @ 2015-04-22 22:40 Tuhe 阅读(1793) 评论(0) 推荐(0)
摘要: Abstract. OpenCASCADE BRepTools provides utilities for BRep data structure. OuterWire method to find the outer wire of a face. Dump method to dump a BRep object. It also can be used as the data exchange for OpenCASCADE native shapes. Key Words. OpenCASCADE, BRepTools, BRep, Topology 阅读全文
posted @ 2015-03-14 20:24 Tuhe 阅读(3929) 评论(0) 推荐(0)
摘要: 在管道设计过程中,会使用到大量的标准,如ASME,DIN,GB,CB,HG,SH等等。管道设计人员在设计过程中,需要翻阅相关标准手册,查找所需要的数据,较为繁琐。如果能将相关管件的数据以直观的方式展示出来,可以极大地提高管道设计人员的设计效率。 pipedata3d通过把标准数据以表格及三维模型的方式展示出来,更加形象直观,在方便设计人员查询数据的同时,增加了些许趣味性,提高设计效率。 阅读全文
posted @ 2015-03-03 21:22 Tuhe 阅读(536) 评论(2) 推荐(0)
摘要: Abstract. Pipedata3d show piping component data in tables and 3D modeling. It can help the piping designers to looking up piping information quickly and so improve the efficiency of piping design. Key Words. Pipedata3d, ASME, GB, HG, CB, Piping Design 阅读全文
posted @ 2015-02-04 20:31 Tuhe 阅读(989) 评论(0) 推荐(0)
摘要: Abstract. The Visual Studio Natvis framework lets you customize the way Visual Studio displays native types in debugger variable windows such as the Watch, Locals and Data Tips windows. It supersedes the autoexp.dat file that has been used in earlier versions of Visual Studio and offers XML syntax, better diagnostics, versioning, and multiple file support. The container in OpenCASCADE is difficult for debugging, such as TColStd_Array1OfInteger in the TColStd package, .etc. Use the natvis framewo 阅读全文
posted @ 2015-01-31 19:21 Tuhe 阅读(1071) 评论(0) 推荐(0)
摘要: Abstract. Qt contains a set of item view classes that use a model/view architecture to manage the relationship between data and the way it is presented to the user. The separation of functionality introduced by this architecture gives developers greater flexibility to customize the presentation of items, and provides a standard model interface to allow a wide range of data sources to be used with existing item views. Model 3D aided design software such as AVEVA Plant/PDMS, Marine use the archite 阅读全文
posted @ 2015-01-28 21:00 Tuhe 阅读(1719) 评论(0) 推荐(1)
摘要: Abstract. OpenCASCADE provides a general transformation class: gp_GTrsf. It can be a transformation from gp, an affinity, or you can define your own transformation giving the matrix of transformation. The general transformation contains the vectorial part of the transformation and the translation part. A GTrsf transformation is only applicable to coordinates. Be careful if you apply such a transformation to all points of a geometric object, as this can change the nature of the object and thus re 阅读全文
posted @ 2015-01-22 20:35 Tuhe 阅读(2371) 评论(2) 推荐(0)
摘要: Abstract. Tcl/Tk provide a programming system for developing and using graphical user interface(GUI) applications. Tcl stands for “tool command language” and is pronounced “tickle”, is a simple scripting language for controlling the extending applications. The blog use Tcl/Tk to iterate all the files for a given directory, this is useful to some automation work, such as change all the file names for a given directory; add copyright info for the source code files. Key Words. Tcl/Tk, Iterate Fi 阅读全文
posted @ 2015-01-18 12:13 Tuhe 阅读(731) 评论(0) 推荐(0)
摘要: Abstract. Qt’s Undo Framework is an implementation of the Command Pattern, for implementing undo/redo functionality in applications. The Command pattern is based on the idea that all editing in an application is done by creating instances of command objects. Command objects apply changes to the document and are stored on a command stack. Furthermore, each command knows how to undo its changes to bring the document back to its previous state. As long as the application only uses command objects t 阅读全文
posted @ 2015-01-13 19:04 Tuhe 阅读(2208) 评论(3) 推荐(1)
摘要: Abstract. To provide the precision required in industrial design, drawings need to offer the possibility of removing lines, which are hidden in a given projection. OpenCASCADE provides two algorithms for this Hidden Line Removal component. The paper mainly translate the document of OpenCASCADE Modeling Algorithms, and give some applications in the plant design CAD software. Key Words. OpenCASCADE, HLR, Hidden Line Removal 阅读全文
posted @ 2015-01-05 18:43 Tuhe 阅读(2720) 评论(6) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 43 下一页