Can I convert points of a plane into individual points
U' p$ D1 e" R7 Z+ d" O* A. @6 U9 t) I, F* T" i) m7 q
我能从多点组成的面中分离出单独的点吗?( o$ c0 h ~3 R& i
* p$ T( R+ B6 X" n2 ^6 I8 c
I'm sorry, I have not played around to find out for myself due to work load but, I have a disc with 20 pockets, each pocket has 3 recesses. I need to check % h" m# I8 J$ L1 _9 b2 Z/ Z
3 M% n% x' z8 `- hthe "Z" distance between 2 planes and since I need to referance / align each plane later in the PPG, it would be much easier to pull 1, 5 points out from the
. B+ B" w. F" o9 H2 l
( f- L" i) ^5 p" ~& ]" H; kplane and call it an individual point to get my "Z" distance. I can not due a loop due to each point and plane needs a seperate name and for the scientists
$ `. J) R- z! Q. G- q$ R, p3 \+ u6 }% P& c' H' v Z+ d+ x. H- L
to be able to figure out the CMM output easily and at the bottom of each pocket I take 25 pt's so tghey can determin contour of each pocket.
3 ~5 e* N" z5 V9 x; W
: R- P8 i, M; ]3 R9 E% a7 \, @对不起,我不是为了好玩而是真的工作需要,我有一个圆盘工件,上面分布20个轮廓,每个轮廓有3个凸行。 我需要检查两个面之间的z轴距离.在工件坐标系中需要整理每一个面,% u! ~0 ?: Y" b% u
这将很容易将 1, 5 点分离出,同时调出一个单独的点坐标就可以得到我的z轴距离.我不能得到一个循环是因为每一个点和面都需要一个独立的名字.为了cmm更容易的输出科学的计
5 j; {! Y( R+ S3 ^0 j2 Q; T
, ?: u5 c* T2 z a4 }$ |) v算值.在每个孔的地步我取了25个点以描述每个圆轮廓) ]! e4 o$ u8 d7 }3 p2 A
/ T2 ~* E' o6 l# V--------------------------------------------------------------------------------: i4 i& M# J0 B }+ k
why don't you measure as points, then you can connect the sets of points together as planes, but you will still have the points to do any further analysis 8 N! K" `* b2 V
4 f F( N7 R# o& l$ `8 Awith
5 v# T5 |' s: _
, {3 p9 Z' n) e) I/ X9 k @6 v为什么你不测量点要素,然后你可以将点云组合成平面,同时你依然拥有点要素做进一步的分析" i# C: L) @- v- \7 I
3 s+ r2 ?3 r: b' t4 a) a. h
--------------------------------------------------------------------------------1 \7 v+ R0 M- B
Thanks for the input, I've done that before but just thought I could grab a point of a plane rather than having to manually take my plane points.
5 z: D: U8 {" h' s! R$ z0 U
/ L# ~( X4 J4 v) U4 l, F8 g谢谢回复,我已经那样做了, 但是我想能不能从平面上抓一点,而不是想手动的测量平面点./ A I, g0 U3 x$ h2 q9 c
; v9 \* g: F4 `
--------------------------------------------------------------------------------6 T3 `, ^" Y" }, L2 R$ b
If you have measured the plane(s) as auto planes, then you can get hold of the individual measured points using the formula calculation tokens+ T I8 c2 V6 j3 F' o# z: B. I
- for example 'PL[1].MP[1].X' would return the value in X of the first point in plane memory 1. So you could just process a simple loop after the measurement
+ Z& o! X" d1 d# P* Z0 N
) R8 {. g- F; M" r3 Fof each plane to grab hold of the X,Y & Z vals of each point and transfer them into individual element points.
/ o% e- a0 b: \- V# YBe aware that the points are uncompensated. I have attempted to attach the example prog (.CAB and ._PI files) which you can import from the part manager |" r, B6 V1 _7 r% q
Click here for plane points._PI
& S3 U) |, U# J$ [& n( a' \$ W9 {- Z; D- ?! S# b
如果你已经测量平面为自动平面,那么你能得到一个单独的点通过变量计算
1 l6 v* m, T3 K2 m- 举例来说 'PL[1].MP[1].X'将会返回平面第一个点的x轴坐标值. 因此你仅仅需要做一个简单的循环从每一个面的测量结果中分离出它每一个点的xyz坐标值.然后把他们组合成
' e; U# m8 n2 o( k6 \
9 g' k$ x0 Y6 @$ i: h; ~! K5 L一个个单独的点要素
( m3 I) s. |: R/ k, h3 t
: c# d7 j; l1 P& x5 ~1 T' ~4 A q9 O5 E
注意,这些点是没有探针补偿。 我已经尝试附上一个程序例子(.CAB and ._PI files),你可以从程序入口导入2 n! ^; r; |+ `
点击这里为了平面点。_PI 9 Q# }. s) ?3 c+ A3 }' ~
" P. P8 |0 {& q
--------------------------------------------------------------------------------$ y5 w, `/ C5 h; c$ Z
flyfish - send me your email and I will send the program to you
% S! Z- i$ P7 Dflyfish -把你的电子邮件发给我和我把程序发给你
# m; C8 ]% D: n& U6 S
: F$ @7 ]8 W0 |- ]& e! p; V/ r- J1 O--------------------------------------------------------------------------------: c5 _( \, O! a& D/ c# [
When you grab the points in formula calculation, you should be able to
$ \' y5 J/ P1 kalso deduct the probe radius result to equate to a compensaed point.& H' H, s0 F1 Y' o4 J- D ? D0 Y' E
. ]9 X9 |7 Y. U, Y8 F+ L4 M% w
Obviously only if you probed perpendicular to the surface. . . I think .
4 N# V7 v$ g$ p3 R+ A. m5 q. c" U3 K, @. W/ U$ Q. H
当你抓取测量点的时候,你同样能够到也减去探针半径值得到一个无补偿点。
8 m s4 I0 Z7 h+ [5 H& b; E' f! f' u! D' J. r( {
当然如果你的探针运动轨迹垂直与工件表面... 我个人看法。 |