当前位置:网站首页>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
边栏推荐
- 【全栈计划 —— 编程语言之C#】基础入门知识一文懂
- Complete collection of common error handling in MySQL installation
- 【紋理特征提取】基於matlab局部二值模式LBP圖像紋理特征提取【含Matlab源碼 1931期】
- La voie du succès de la R & D des entreprises Internet à l’échelle des milliers de personnes
- Use references
- Electron adding SQLite database
- Have you ever met flick Oracle CDC, read a table without update operation, and read it repeatedly every ten seconds
- Drive HC based on de2115 development board_ SR04 ultrasonic ranging module [source code attached]
- 博客搬家到知乎
- Table replication in PostgreSQL
猜你喜欢
【纹理特征提取】基于matlab局部二值模式LBP图像纹理特征提取【含Matlab源码 1931期】
Swiftui tutorial how to realize automatic scrolling function in 2 seconds
Camera calibration (1): basic principles of monocular camera calibration and Zhang Zhengyou calibration
Enclosed please find. Net Maui's latest learning resources
[system design] index monitoring and alarm system
Poor math students who once dropped out of school won the fields award this year
5V串口接3.3V单片机串口怎么搞?
超标量处理器设计 姚永斌 第10章 指令提交 摘录
核舟记(一):当“男妈妈”走进现实,生物科技革命能解放女性吗?
About how to install mysql8.0 on the cloud server (Tencent cloud here) and enable local remote connection
随机推荐
超标量处理器设计 姚永斌 第10章 指令提交 摘录
R語言使用magick包的image_mosaic函數和image_flatten函數把多張圖片堆疊在一起形成堆疊組合圖像(Stack layers on top of each other)
【最短路】ACwing 1127. 香甜的黄油(堆优化的dijsktra或spfa)
千人規模互聯網公司研發效能成功之路
Verilog design responder [with source code]
Talk about SOC startup (IX) adding a new board to uboot
audit 移植
C#中在路径前加@的作用
一度辍学的数学差生,获得今年菲尔兹奖
简单介绍一下闭包及它的一些应用场景
sink 消费 到 MySQL, 数据库表里面已经设置了 自增主键, flink 里面,如何 操作?
聊聊SOC启动(十) 内核启动先导知识
[filter tracking] comparison between EKF and UKF based on MATLAB extended Kalman filter [including Matlab source code 1933]
Fleet tutorial 19 introduction to verticaldivider separator component Foundation (tutorial includes source code)
使用MeterSphere让你的测试工作持续高效
La voie du succès de la R & D des entreprises Internet à l’échelle des milliers de personnes
VIM command mode and input mode switching
.NET MAUI 性能提升
STM32 entry development uses IIC hardware timing to read and write AT24C08 (EEPROM)
正在运行的Kubernetes集群想要调整Pod的网段地址