Zoom to Point by PDMS PML

简介: Zoom to Point by PDMS PML eryar@163.com 在PDMS中Centre on Selection的功能一定要选择一个有position属性的element,有人想不选择element直接缩放到指定的坐标点,通过打开跟踪其代码,实现了这个一样函数z2p,直接调用此函数,并输入需要缩放的坐标值,就可以将指定点作为视图中心啦。

Zoom to Point by PDMS PML

eryar@163.com

在PDMS中Centre on Selection的功能一定要选择一个有position属性的element,有人想不选择element直接缩放到指定的坐标点,通过打开跟踪其代码,实现了这个一样函数z2p,直接调用此函数,并输入需要缩放的坐标值,就可以将指定点作为视图中心啦。

wps_clip_image-30597

Figure 1.1 Centre on Selection

PML实现代码如下图所示,PML程序的配置方法可以通过搜索《AVEVA PML快速入门引导》,其中有详细说明。

wps_clip_image-21200

程序的使用方法为在命令窗口(Command Window)中输入命令:

!!z2p(100, 200, 300)

其他使用方法如下图所示:

wps_clip_image-27058

Figure 1.2 Use z2p to Zoom to the Current Element

使用中有任何问题,都可以与我联系,邮箱:eryar@163.com

PDF Version and PML code: Zoom to Point by PDMS PML

目录
相关文章
|
6月前
|
Python
Pygame基础5-Surface & Rect
Pygame基础5-Surface & Rect
|
定位技术
94Echarts - 地理坐标/地图(Use lines to draw 1 million ny streets.)
94Echarts - 地理坐标/地图(Use lines to draw 1 million ny streets.)
58 0
|
缓存 定位技术
解决Leaflet.draw中polyline绘制无法结束的问题
通过本文,可以了解如何自定义Draw.PolyLine对象,以及在扩展时需要注意的一些坑,知道如何调试函数并定位问题,最终完成需求。
349 0
解决Leaflet.draw中polyline绘制无法结束的问题
|
Linux 网络架构
StdTranslator - Translate PDMS to STD for STAAD.Pro
StdTranslator - Translate PDMS to STD for STAAD.Pro eryar@163.com STAAD.Pro是由美国世界著名的工程咨询和CAD软件开发公司—REI(Research Engineering International)从上世纪七十年代开始开发的通用有限元结构分析与设计软件,到2005年底统计,在全球近百个国家中已超过160,000用户。
1532 0
|
开发工具
PcfTranslator - Translate AVEVA PDMS to PCF
PcfTranslator - Translate AVEVA PDMS to PCF eryar@163.com Abstract. The Piping Component File(PCF) are text files containing component and routing information.
2887 0
|
算法
Convert BSpline Curve to Arc Spline in OpenCASCADE
Convert BSpline Curve to Arc Spline in OpenCASCADE eryar@163.com Abstract. The paper based on OpenCASCADE algorithms to approximate the NURBS curve to arc spline.
1531 0