DiscussionsIssue archiveOther usage issues

Archived discussion

pick up point in a pointcloud

Other usage issuesThu, 04/02/2015 - 17:421 reply

Browse this forum
QuestionAuthor

how can I pick up a point in pointcloud.
I use own class to draw point cloud :AIS_MyPoints : public AIS_InteractiveObject

but how can I write this part?
void AIS_MyPoints::ComputeSelection(const Handle(SelectMgr_Selection)& aSelection,
const Standard_Integer unMode)
{

}
Thanks

Discussion

1 archived reply

Posts are displayed in their archived order.

01Author

any one know?