当前位置:网站首页>Rationaldmis2022 advanced programming macro program
Rationaldmis2022 advanced programming macro program
2022-07-07 11:49:00 【Mountain stream fruit】

FNAME = OBTAIN/F(@FORMNAME), 1
SELECT/FNAME
CASE/'PLANE'
T(TFLAT_FORM) = TOL/FLAT, TOLFORM
OUTPUT/FA(FORMNAME), TA(TFLAT_FORM)
FORMDATA=value/TA(TFLAT_FORM),ACT
IF/(FORMDATA .GT. TOLFORM)
tempchar=assign/concat(' Current flatness is : ',str(FORMDATA),'>',str(TOLFORM),' Flatness out of tolerance warning !')
TEXT/OPER,tempchar
endif
ENDCAS
CASE/'CIRCLE'
T(TFLAT_FORM) = TOL/CIRLTY, TOLFORM
OUTPUT/FA(FORMNAME), TA(TFLAT_FORM)
FORMDATA=value/TA(TFLAT_FORM),ACT
IF/(FORMDATA .GT. TOLFORM)
tempchar=assign/concat(' The current vector circularity is : ',str(FORMDATA),'>',str(TOLFORM),' Sagittal circularity out of tolerance warning !')
TEXT/OPER,tempchar
endif
ENDCAS
CASE/'ARC'
T(TFLAT_FORM) = TOL/CIRLTY, TOLFORM
OUTPUT/FA(FORMNAME), TA(TFLAT_FORM)
FORMDATA=value/TA(TFLAT_FORM),ACT
IF/(FORMDATA .GT. TOLFORM)
tempchar=assign/concat(' The current vector circularity is : ',str(FORMDATA),'>',str(TOLFORM),' Sagittal circularity out of tolerance warning !')
TEXT/OPER,tempchar
endif
ENDCAS
CASE/'SPHERE'
T(TFLAT_FORM) = TOL/CIRLTY, TOLFORM
OUTPUT/FA(FORMNAME), TA(TFLAT_FORM)
FORMDATA=value/TA(TFLAT_FORM),ACT
IF/(FORMDATA .GT. TOLFORM)
tempchar=assign/concat(' The current vector circularity is : ',str(FORMDATA),'>',str(TOLFORM),' Sagittal circularity out of tolerance warning !')
TEXT/OPER,tempchar
endif
ENDCAS
DFTCAS
ENDSEL
endmac
CALL/M(FORM),(PLN3),0.01


边栏推荐
- In SQL, I want to set foreign keys. Why is this problem
- Network protocol concept
- 博客搬家到知乎
- There are ways to improve self-discipline and self-control
- 【滤波跟踪】基于matlab扩展卡尔曼滤波EKF和无迹卡尔曼滤波UKF比较【含Matlab源码 1933期】
- audit 移植
- 【纹理特征提取】基于matlab局部二值模式LBP图像纹理特征提取【含Matlab源码 1931期】
- OneDNS助力高校行业网络安全
- Design intelligent weighing system based on Huawei cloud IOT (STM32)
- 【最短路】Acwing1128信使:floyd最短路
猜你喜欢

Camera calibration (1): basic principles of monocular camera calibration and Zhang Zhengyou calibration

相机标定(2): 单目相机标定总结

Electron adding SQLite database

超标量处理器设计 姚永斌 第10章 指令提交 摘录

使用MeterSphere让你的测试工作持续高效

Leetcode - interview question 17.24 maximum submatrix

The running kubernetes cluster wants to adjust the network segment address of pod

Camera calibration (2): summary of monocular camera calibration

竟然有一半的人不知道 for 与 foreach 的区别???

Technology sharing | packet capturing analysis TCP protocol
随机推荐
In SQL, I want to set foreign keys. Why is this problem
【纹理特征提取】基于matlab局部二值模式LBP图像纹理特征提取【含Matlab源码 1931期】
Automated testing framework
STM32F1与STM32CubeIDE编程实例-MAX7219驱动8位7段数码管(基于SPI)
Use metersphere to keep your testing work efficient
‘module‘ object is not callable错误
Electron adding SQLite database
What is cloud computing?
Electron adding SQLite database
Android interview knowledge points
STM32 entry development uses IIC hardware timing to read and write AT24C08 (EEPROM)
Suggestions on one-stop development of testing life
R語言使用magick包的image_mosaic函數和image_flatten函數把多張圖片堆疊在一起形成堆疊組合圖像(Stack layers on top of each other)
[encapsulation of time format tool functions]
禁锢自己的因素,原来有这么多
【紋理特征提取】基於matlab局部二值模式LBP圖像紋理特征提取【含Matlab源碼 1931期】
LeetCode - 面试题17.24 最大子矩阵
Flet教程之 14 ListTile 基础入门(教程含源码)
Solve the problem that vscode can only open two tabs
聊聊SOC启动(十一) 内核初始化