|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
( F( H: G* `# o* u4 l" T7 i1 z如何通过选择,获取选择的点??很简单,看这个函数
A. r8 |3 s- K0 s9 ~4 }
3 u9 q8 r0 d7 L c+ i( m! O最后的一个参数就是输出的点,也就是你选取时候的位置。" q" U- C8 T8 V. I
9 }7 r6 Y) @: B" ]: Y
/ _0 s2 g. G) Y) m6 c" WNXOpen::Selection::Response
$ V9 m* @, j5 ]5 \0 Z6 @0 i | SelectTaggedObject (const NXString &message, const NXString &title, NXOpen::Selection::SelectionScope scope, bool includeFeatures, bool keepHighlighted, NXOpen::TaggedObject **object, NXOpen::Point3d *cursor)
X% h4 n/ o6 e | 9 i. ~% Q& o0 _% n
| Select single tagged object. | | | NXOpen::Selection::Response
7 a6 H# z- T7 G: v; G | SelectTaggedObject (const char *message, const char *title, NXOpen::Selection::SelectionScope scope, bool includeFeatures, bool keepHighlighted, NXOpen::TaggedObject **object, NXOpen::Point3d *cursor)4 ~( H' h( i! Z8 ?! P- J! e1 k/ J
| 9 \/ R z1 d9 s* }3 j
| Select single tagged object. | | | NXOpen::Selection::Response
7 c! C. g( p% ]" Z! m | SelectTaggedObject (const NXString &message, const NXString &title, NXOpen::Selection::SelectionScope scope, NXOpen::Selection::SelectionAction action, bool includeFeatures, bool keepHighlighted, const std::vector< NXOpen::Selection::MaskTriple > &maskArray, NXOpen::TaggedObject **object, NXOpen::Point3d *cursor)( W3 k# F. J" e: }" ^6 e
| a7 O9 J0 i+ V4 U& O: r0 E
| Select single tagged object using filter defined by mask triples. | | | NXOpen::Selection::Response$ l; K' z+ N$ ^' ~, t
| SelectTaggedObject (const char *message, const char *title, NXOpen::Selection::SelectionScope scope, NXOpen::Selection::SelectionAction action, bool includeFeatures, bool keepHighlighted, const std::vector< NXOpen::Selection::MaskTriple > &maskArray, NXOpen::TaggedObject **object, NXOpen::Point3d *cursor), n8 z7 d* i" U
| 4 o1 k2 B# W+ G% C5 ?
| Select single tagged object using filter defined by mask triples. | | | NXOpen::Selection::Response
# f; Q& b) |, Z% j" z/ @& R: G | SelectTaggedObject (const NXString &message, const NXString &title, NXOpen::Selection::SelectionScope scope, bool keepHighlighted, const std::vector< NXOpen::Selection::SelectionType > &typeArray, NXOpen::TaggedObject **object, NXOpen::Point3d *cursor)8 f0 w# g) [) Q z# @! ?
|
& V4 i+ x' {( N0 u/ E1 E8 ]' z | Select single tagged object using filter defined by selection type. | | |
+ b' X- I" Z- u& u. j/ N |
|