CascadeSharp.TKBRep.TopTools.TopTools_IndexedDataMapOfShapeReal.FindFromKey C# (CSharp) Метод

FindFromKey() публичный Метод

public FindFromKey ( TopoDS_Shape theKey1, double &theValue ) : bool
theKey1 TopoDS_Shape
theValue double
Результат bool
        public bool FindFromKey(TopoDS_Shape theKey1, ref double theValue)
        {
            throw new NotImplementedException();
        }

Same methods

TopTools_IndexedDataMapOfShapeReal::FindFromKey ( TopoDS_Shape theKey1 ) : double