Home
last modified time | relevance | path

Searched refs:aSensitivePnts (Results 1 – 1 of 1) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/PrsDim/
H A DPrsDim_Dimension.cxx1321 TColgp_Array1OfPnt aSensitivePnts (1, aCurveData->Length()); in ComputeSelection() local
1324 aSensitivePnts.ChangeValue (aPntIt) = aCurveData->Value (aPntIt); in ComputeSelection()
1327 aGroupOfSensitives->Add (new Select3D_SensitiveCurve (aSensitiveOwner, aSensitivePnts)); in ComputeSelection()