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. 在安装AndroidStudio时产生的问题

    JDK安装完毕,环境变量也配置完了,AndroidStudio安装完了,其中SDK使用了自己下载好的包. 但是第一次打开AndroidStudio的时候出现了错误: java.lang.Runtime ...

  2. linux 用户管理

    linux 用户管理 创建一个用户 foo 这个用户只能在/home/foo 上面增加删除文件, foo 不能在其他目录加减文件 useradd -d /home/foo -m foo [root@] ...

  3. Unity中的Matrix4x4类

    物体平移旋转一般变换底层都是用矩阵来表示的,一般不会用到这个类.有时候需要一些世界坐标与局部坐标转换的时候,可能就要用到了. //创建平移 旋转 缩放矩阵 可以理解为一个坐标系(不知道对不对..) M ...

  4. swift-string(字符串的一些语法)

    1 isEmpty 返回一个布尔值,确定该字符串是否为空 2 hasPrefix(prefix: String) 函数检查给定的参数字符串是否以 string 为前缀 3 hasSuffix(suff ...

  5. 【Redis】:Jedis 使用

    Redis 支持很多语言, 例如C#,RUBY,JAVA 等, Jedis是redis的java版本的客户端实现 一个简单的Jedis使用 依赖第三方包jedis-2.7.2.jar commons- ...

  6. java 测试:iterator foreach for 三种迭代方式哪种更快?

    代码: public class main { public static void main(String[] p_args){ ArrayList<String> _l_string ...

  7. DAO实现查询

    package DB3; import java.sql.*; public class DB { private static String driver="com.microsoft.s ...

  8. MySQL数据表range分区例子

    某些行业数据量的增长速度极快,随着数据库中数据量的急速膨胀,数据库的插入和查询效率越来越低.此时,除了程序代码和查询语句外,还得在数据库的结构上做点更改:在一个主读辅写的数据库中,当数据表数据超过10 ...

  9. fwrite写入文件不成功bug

    文件写入了,只是从头覆盖了!因为在fwrite():前面 文件位置指针是是SEEK_SET,即首位置.在fwrite(fileHeader, 1, 10, file); 前面加上一行fseek(fil ...

  10. linux下打包zip文件

    zip [参数] [打包后的文件名] [打包的目录路径] linux zip命令参数列表:-a 将文件转成ASCII模式-F 尝试修复损坏的压缩文件    -h 显示帮助界面-m       将文件压 ...