当前位置:网站首页>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” )
边栏推荐
- Flink学习笔记(八)多流转换
- The less successful implementation and lessons of RESNET
- Overview of database system
- LeetCode每日一题(2305. Fair Distribution of Cookies)
- 【点云处理之论文狂读经典版7】—— Dynamic Edge-Conditioned Filters in Convolutional Neural Networks on Graphs
- LeetCode每日一题(968. Binary Tree Cameras)
- ERROR: certificate common name “www.mysql.com” doesn’t match requested host name “137.254.60.11”.
- [point cloud processing paper crazy reading classic version 10] - pointcnn: revolution on x-transformed points
- 【点云处理之论文狂读经典版12】—— FoldingNet: Point Cloud Auto-encoder via Deep Grid Deformation
- PowerDesigner does not display table fields, only displays table names and references, which can be modified synchronously
猜你喜欢

【点云处理之论文狂读经典版12】—— FoldingNet: Point Cloud Auto-encoder via Deep Grid Deformation

Install third-party libraries such as Jieba under Anaconda pytorch

Hudi quick experience (including detailed operation steps and screenshots)
![[kotlin learning] classes, objects and interfaces - define class inheritance structure](/img/66/34396e51c59504ebbc6b6eb9831209.png)
[kotlin learning] classes, objects and interfaces - define class inheritance structure

Spark 结构化流写入Hudi 实践

Spark 概述

On February 14, 2022, learn the imitation Niuke project - develop the registration function

Computing level network notes

软件测试工程师是做什么的 通过技术测试软件程序中是否有漏洞

State compression DP acwing 291 Mondrian's dream
随机推荐
Install third-party libraries such as Jieba under Anaconda pytorch
文件系统中的目录与切换操作
Database execution error: SQL_ mode only_ full_ group_ by:
Numerical analysis notes (I): equation root
【点云处理之论文狂读前沿版9】—Advanced Feature Learning on Point Clouds using Multi-resolution Features and Learni
Data mining 2021-4-27 class notes
2022-2-13 learning xiangniuke project - version control
从0开始使用pnpm构建一个Monorepo方式管理的demo
LeetCode每日一题(1996. The Number of Weak Characters in the Game)
LeetCode每日一题(1300. Sum of Mutated Array Closest to Target)
Use the interface colmap interface of openmvs to generate the pose file required by openmvs mvs
LeetCode每日一题(2212. Maximum Points in an Archery Competition)
Spark 概述
2022-2-13 learning the imitation Niuke project - home page of the development community
[point cloud processing paper crazy reading classic version 10] - pointcnn: revolution on x-transformed points
【点云处理之论文狂读前沿版11】—— Unsupervised Point Cloud Pre-training via Occlusion Completion
【Kotlin学习】高阶函数的控制流——lambda的返回语句和匿名函数
Derivation of Fourier transform
[point cloud processing paper crazy reading frontier version 8] - pointview gcn: 3D shape classification with multi view point clouds
[point cloud processing paper crazy reading classic version 11] - mining point cloud local structures by kernel correlation and graph pooling