当前位置:网站首页>PolyWorks script development learning notes (III) -treeview advanced operation
PolyWorks script development learning notes (III) -treeview advanced operation
2022-07-03 09:25:00 【zeng31403】
Polyworks Script development learning notes ( 3、 ... and )-TREEVIEW Advanced operation
Move / Order of exchange objects
- Order of moving objects
TREEVIEW FEATURE MOVE ( 1,2 ) Change the index number to 1 and 2 Feature exchange location of
TREEVIEW FEATURE POINT MOVE ( 2,3 ) Change the index number to 2 and 3 Point exchange location of
TREEVIEW DATA MOVE ( 1,2 ) The index number in the data set is 1 and 2 Triangulation point cloud exchange location - Order of moving object groups


Show / Hide objects
- Show / Hide objects
TREEVIEW OBJECT SELECT NONE Clear all selections first
TREEVIEW OBJECT_GROUP SELECT ( “Pt1-3”, “On” ) Select the object group Pt1-3
TREEVIEW OBJECT VIEW HIDE ( ) Hide object groups Pt1-3
perhaps
TREEVIEW OBJECT VIEW RESTORE( ) Hide object groups Pt1-3
Use the SELECT Object methods , You can combine the display / Hide other types of objects .
Ignore / Use object
- Ignore / Use object
Corresponding to Ignore / Use , Objects can be left unused and in normal use
TREEVIEW OBJECT_GROUP SELECT ( “Pt1-3”, “On” ) Select the object group Pt1-3
EDIT OBJECT IGNORE ( ) Select the object set to ignore state
EDIT OBJECT USE ( ) Select the object and set it to use
establish / Delete object
Create and delete feature points
Create points in coordinates
FEATURE PRIMITIVE POINT CREATE ( 2473.0, -983.596, 447.5, “Nominal”, “ spot 7”, )
Create points as empty features
FEATURE POINT CREATE ( “ spot 8” )
Delete feature points : First choose , Delete after , It is also applicable to other deletion operations
TREEVIEW FEATURE SELECT ( 9, “On” ) Select index as 9 Characteristics of
EDIT OBJECT DELETE ( ) DeleteCreate a circle feature
Create digitally , The parameters are (X coordinate ,Y coordinate ,Z coordinate ,I,J,K, radius ,“Nominal”, Circle name Name,)
FEATURE PRIMITIVE CIRCLE CREATE ( 2473.0, -983.596, 447.5, 0.0, 0.0, 1.0, 4.0, “Nominal”, “ round 1”, )Create slot feature
Create digitally , The parameters are
(X coordinate ,Y coordinate ,Z coordinate , Axis direction I, Axis direction J, Axis direction K, Length direction I, Length direction J, Length direction K, length , Width "Nominal", name , )
FEATURE PRIMITIVE SLOT CREATE ( 2473.0, -983.596, 447.5, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 12.0, 8.0, “Nominal”, “ Slot 1”, )Create face comparison points
Create digitally , The parameters are (X coordinate ,Y coordinate ,Z coordinate , name Name,I,J,K)
MEASURE COMPARISON_POINT SURFACE CREATE NUMERICALLY ( 10.0, 20.0, 30.0, “ Surface point 1”, -0.91, 0.39, 0.00 )Create point features from text files
Import from a text file , The parameters are (txt File full path , Template name here is "Names + Points", Import type "Feature" )
FEATURE PRIMITIVE POINT CREATE FROM_TEXT_FILE ( “D:\1.txt”, “Names + Points”, “Feature” )
边栏推荐
- Run flash demo on ECS
- Jenkins learning (I) -- Jenkins installation
- Database execution error: SQL_ mode only_ full_ group_ by:
- Banner - Summary of closed group meeting
- IDEA 中使用 Hudi
- Crawler career from scratch (3): crawl the photos of my little sister ③ (the website has been disabled)
- 全球KYC服务商ADVANCE.AI 活体检测产品通过ISO国际安全认证 产品能力再上一新台阶
- 【点云处理之论文狂读经典版10】—— PointCNN: Convolution On X-Transformed Points
- Hudi 快速体验使用(含操作详细步骤及截图)
- 【Kotlin学习】运算符重载及其他约定——重载算术运算符、比较运算符、集合与区间的约定
猜你喜欢

Crawler career from scratch (II): crawl the photos of my little sister ② (the website has been disabled)
![[point cloud processing paper crazy reading frontier version 10] - mvtn: multi view transformation network for 3D shape recognition](/img/94/2ab1feb252dc84c2b4fcad50a0803f.png)
[point cloud processing paper crazy reading frontier version 10] - mvtn: multi view transformation network for 3D shape recognition

Hudi学习笔记(三) 核心概念剖析

NPM install installation dependency package error reporting solution

【点云处理之论文狂读经典版7】—— Dynamic Edge-Conditioned Filters in Convolutional Neural Networks on Graphs

Overview of image restoration methods -- paper notes

Solve POM in idea Comment top line problem in XML file

【Kotlin疑惑】在Kotlin类中重载一个算术运算符,并把该运算符声明为扩展函数会发生什么?

Run flash demo on ECS

There is no open in default browser option in the right click of the vscade editor
随机推荐
LeetCode每日一题(2212. Maximum Points in an Archery Competition)
Derivation of Fourier transform
Explanation of the answers to the three questions
Crawler career from scratch (V): detailed explanation of re regular expression
LeetCode每日一题(1300. Sum of Mutated Array Closest to Target)
Hudi quick experience (including detailed operation steps and screenshots)
Utilisation de hudi dans idea
Crawler career from scratch (II): crawl the photos of my little sister ② (the website has been disabled)
Alibaba cloud notes for the first time
2022-2-13 learning xiangniuke project - version control
LeetCode每日一题(2305. Fair Distribution of Cookies)
Tag paste operator (#)
Using Hudi in idea
Temper cattle ranking problem
Integrated use of interlij idea and sonarqube
Spark 集群安装与部署
[kotlin puzzle] what happens if you overload an arithmetic operator in the kotlin class and declare the operator as an extension function?
State compression DP acwing 291 Mondrian's dream
【点云处理之论文狂读前沿版13】—— GAPNet: Graph Attention based Point Neural Network for Exploiting Local Feature
Principles of computer composition - cache, connection mapping, learning experience