Search results

  1. W

    Twin TopoDS_Edge

    Hi Guys, Is there any way to detect and select an Edge which is someway connected to another Edge? The edges can not be connected via makeWire methods. When one of the edges is higlighted via mouse move, the other will be higlighted. It is like quantum entanglement :)). I thought reediting...
  2. W

    AIS_PointCloud Point Selection and get the information

    Hi, Is there any way to select some points in AIS_PointCloud(Selection mode is SM_SubsetOfPoints)? Actually, AIS_PointCloudOwner::SelectedPoints() method should work but I couldn't get the information when I select a point with mouseClick. Can you help me? Thanks, Emre
  3. W

    HLR Mode Get TopoDS_Edges

    Hi! Is it possible to get edges of solid which are shown in HLR mode(not hidden ones)? In V3d_View class, HLR mode is displayed via setComputedMode function but there is no return. I think it is some kind of signal when triggered it just computes HLR algorithm and displays relevant shapes. I...
Top