当前位置:网站首页>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


边栏推荐
- STM32F1与STM32CubeIDE编程实例-315M超再生无线遥控模块驱动
- Easyui学习整理笔记
- Flet教程之 17 Card卡片组件 基础入门(教程含源码)
- What is cloud computing?
- 超标量处理器设计 姚永斌 第9章 指令执行 摘录
- Programming examples of stm32f1 and stm32subeide -315m super regenerative wireless remote control module drive
- Camera calibration (2): summary of monocular camera calibration
- Swiftui swift internal skill how to perform automatic trigonometric function calculation in swift
- Learning notes | data Xiaobai uses dataease to make a large data screen
- audit 移植
猜你喜欢

Solve the problem that vscode can only open two tabs

OneDNS助力高校行业网络安全

【最短路】ACwing 1127. 香甜的黄油(堆优化的dijsktra或spfa)

Reasons for the failure of web side automation test

MySQL安装常见报错处理大全

Talk about SOC startup (x) kernel startup pilot knowledge

Cmu15445 (fall 2019) project 2 - hash table details

In SQL, I want to set foreign keys. Why is this problem

Half of the people don't know the difference between for and foreach???

How to write test cases for test coupons?
随机推荐
LeetCode - 面试题17.24 最大子矩阵
R language uses image of magick package_ Mosaic functions and images_ The flatten function stacks multiple pictures together to form a stack layers on top of each other
【数据聚类】基于多元宇宙优化DBSCAN实现数据聚类分析附matlab代码
Verilog design responder [with source code]
QT | multiple windows share a prompt box class
.NET MAUI 性能提升
SwiftUI 4 新功能之掌握 WeatherKit 和 Swift Charts
自律,提升自制力原来也有方法
Two week selection of tdengine community issues | phase II
一度辍学的数学差生,获得今年菲尔兹奖
Tsinghua Yaoban programmers, online marriage was scolded?
清华姚班程序员,网上征婚被骂?
MySQL安装常见报错处理大全
Explore cloud database of cloud services together
Verilog realizes nixie tube display driver [with source code]
Talk about SOC startup (VI) uboot startup process II
18 basic introduction to divider separator component of fleet tutorial (tutorial includes source code)
Unsupervised learning of visual features by contracting cluster assignments
Internet Protocol
正在运行的Kubernetes集群想要调整Pod的网段地址