Here is a question: In 3DE, when setting a proxy to select a point element, CATPathElementAgent* _pSelectSecPtAgent->AddElementType(IID_CATPoint);It is found that the node where the point is located must be set to edit mode in order to select the point. However, if the model contained in this node is too numerous, the code setting the edit mode takes a considerable amount of time. Is there any method to select the point without setting the edit mode? (Like the native function "Measurement" in 3DE, by opening the window, one can directly select geometric elements such as points and lines. Is there any way for the code to achieve a similar operation of selecting points?)
Like the native function "Measurement" in 3DE,can directly select geometric elements such as points and lines
