Pick Two Face consecutively problem

Pick Two Face consecutively problem

Anonymous
Not applicable
256 Views
0 Replies
Message 1 of 1

Pick Two Face consecutively problem

Anonymous
Not applicable

When I pick the first face, an error is thrown saying "The user aborted the pick operation." If I put MessageBox in between picking the first and second face, there are  no errors. Why is this so? Thanks!

 

 

Error occur when i write the code as below:

Reference pickedRef01 = sel.PickObject(ObjectType.Face, "Please select a Face");

Reference pickedRef02 = sel.PickObject(ObjectType.Face, "Please select a Face");

 

 

Reference pickedRef01 = sel.PickObject(ObjectType.Face, "Please select a Face");

MessageBox.Show("Select Face Please");

Reference pickedRef02 = sel.PickObject(ObjectType.Face, "Please select a Face");

 

0 Likes
257 Views
0 Replies
Replies (0)