PDMS RvmTranslator

eryar@163.com

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

1. Introduction

AVEVA Review is a powerful 3D visualization tool for large complex plant and marine models. With features such as walk-through, animation, and high-quality photo-realistic images, AVEVA Review lets you analyse designs and communicate complex ideas easily.

Figure 1. High Performance 3D Visualisation for design, installation, operation & maintenace

Key features of AVEVA Review include:

v High-performance 3D model rendering and walk-through;

v Large model support-effective handling of model files up to 1.1GB;

v High-quality graphical realism with lighting, textures, fog and real-time shadows;

v Advanced animation and avi production tools;

v Object manipulation and clashing;

v Dimensioning;

v Sectioning and Clipping;

v Laser Model Interface for point cloud data;

v 3D export of Review model to Adobe 3D PDF and Autodesk DWF;

v Extensible .NET interface;

Figure 2. High quality graphical realism for plant and ship design

Figure 3. The AVEVA ReviewShare reader is available as a free download from website

AVEVA Plant/Marine can export RVM file to AVEVA Review, so the RVM file contains all the geometry information. The RvmTranslator can read RVM file and translate to STEP, IGES, STL, etc. And so can exchange model data with other CAD software, such as Autodesk, Solidworks, Pro/e, etc.

2.RvmTranslator Usage

RvmTranslator can translate PDMS RVM to STEP, IGES, STL, etc. The usage of RvmTranslator is easy, after you download the RvmTranslator, run RvmTranslator by RvmTranslator.bat, and input the RVM file name and the export file type, such as STEP, IGES, STL.

Figure 4. RvmTranslator Usage

There are 2 steps to use RvmTranslator:

v Input the RVM file name;

v Select export file format;

After that you can get the translate result models. You can download the RvmTranslator from the baidu cloud:

http://yun.baidu.com/pcloud/album/file?album_id=3634993082542187183&uk=3808749571&fsid=666228865284234

3.Translate Result

Figure 5. Plant model in AVEVA Design

Figure 6. Import Model to AutoCAD

Figure 7. Main Engine in AVEVA Marine

Figure 8. Main Engine imported to AutoCAD

4. Conclusion

The RVM file contains all the geometry model data, so read RVM file and translate to the standard 3D model data exchange file format, such as STEP, IGES, STL, etc.

Feel free to download the RvmTranslator and have a try, enjoy! :-)

Any suggestion and feedback is welcome, please send email to the author:

eryar@163.com

5. References

1. AVEVA Review: http://www.aveva.com/aveva_review

2. AVEVA Review Release:  http://support.aveva.com/services/products/20212/ub20212.pdf

3. Download RvmTranslator:

http://yun.baidu.com/pcloud/album/file?album_id=3634993082542187183&uk=3808749571&fsid=666228865284234

PDF Version: PDMS RvmTranslator

PDMS RvmTranslator的更多相关文章

  1. RvmTranslator for Linux

    RvmTranslator for Linuxeryar@163.com RvmTranslator can translate the RVM file exported by AVEVA Plan ...

  2. AVEVA PDMS to DIALux

    AVEVA PDMS to DIALux eryar@163.com   Abstract. DIAL develops DIALux - the world's leading software f ...

  3. AVEVA PDMS to 3ds Max - RvmTranslator6.0beta

    AVEVA PDMS to 3ds Max - RvmTranslator6.0beta eryar@163.com RvmTranslato6.0 translate PDMS RVM to 3ds ...

  4. PDMS模型导出RVM格式

    2 .将PDMS中对象模型导出为RVM格式的宏文件代码如下: eg:如果要导出某几个房间内的全部bran equi !strus = array()!strus.append(|/1RXR246ZL| ...

  5. PDMS二次开发之PML开发一些常见查询语句

    1.查找session 以及session number var !DBname DBname !db = object db(!DBname) !session = !db.lastsession( ...

  6. OcadeToolkit - From 2D CAD to PDMS

    OcadeToolkit - From 2D CAD to PDMS eryar@163.com Abstract. 基于开源二维CAD软件QCAD开发的插件可以将DXF文件中直线.圆弧转换到PDMS ...

  7. AVEVA PDMS 三维文字工具

    AVEVA PDMS 三维文字工具 eryar@163.com 网上有个文字工具插件,可以在PDMS中创建三维的字母和数字,且字体样式只有一种,其下载地址为:http://www.plantcon.d ...

  8. AVEVA PDMS Text Tool

    AVEVA PDMS Text Tool eryar@163.com 网上有个文字工具插件,可以在PDMS中创建三维的字母.数字,不过不能创建中文.所以开发一个小工具,可以在PDMS中创建任意文字,如 ...

  9. StdTranslator - Translate PDMS to STD for STAAD.Pro

    StdTranslator - Translate PDMS to STD for STAAD.Pro eryar@163.com STAAD.Pro是由美国世界著名的工程咨询和CAD软件开发公司—R ...

随机推荐

  1. Python列表和元组

    Python是没有数组的概念,但是和数组比较相近的概念是列表和元素. 下面两个例子展示列表和元组. # coding=utf-8 # 元组 students = ('小明', '小黄', '小李', ...

  2. Java 应该跨四个平台

    编程语言从属于操作系统,要统一,就要在根本处统一,要统一的是操作系统,而不是编程语言.你认为是苹果决定苹果树,还是苹果树决定苹果? 编程语言跨操作系统是错误的道路,你见过苹果长在桔子树上的吗?苹果长得 ...

  3. POI3.8解决导出大数据量excel文件时内存溢出的问题

    POI3.8的SXSSF包是XSSF的一个扩展版本,支持流处理,在生成大数据量的电子表格且堆空间有限时使用.SXSSF通过限制内存中可访问的记录行数来实现其低内存利用,当达到限定值时,新一行数据的加入 ...

  4. MongoDB的简单操作(asp.net)

    using System; using System.Collections.Generic; using System.Linq; using System.Web; using MongoDB.D ...

  5. java基础知识小总结【转】

    java基础知识小总结 在一个独立的原始程序里,只能有一个 public 类,却可以有许多 non-public 类.此外,若是在一个 Java 程序中没有一个类是 public,那么该 Java 程 ...

  6. java的值传递笔记

    1. 背景:开发小伙伴突然问我java是值传递还是引用传递,我说当然是值传递,只不过有时候传递一个对象时实际传递的是对象的地址值,所以让人容易产生一种引用传递的假象,貌似在李刚的疯狂java讲义有提到 ...

  7. 解决Android界面布局添加EditText组件后界面无法预览

    错误报告: Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V Exception details are ...

  8. 控制 Android 程序使用的内存

    如何控制应用程序使用的内存? 1. 记得关闭启动的服务 当服务中的任务完成后,要记得停止该服务.可以考虑使用 IntentService,因为 IntentService 在完成任务后会自动停止. 2 ...

  9. RunLoop(基本操作)

    基本概念 -(void)runTimerInThread { //NSAutoreleasePool,没的用 [NSTimer scheduledTimerWithTimeInterval:1.0 t ...

  10. USACO翻译:USACO 2013 JAN三题(1)

    USACO 2013 JAN 一.题目概览 中文题目名称 镜子 栅栏油漆 奶牛排队 英文题目名称 mirrors paint lineup 可执行文件名 mirrors paint lineup 输入 ...