CascadeSharp.TKBRep.TopTools.TopTools_DataMapOfOrientedShapeInteger.Find C# (CSharp) Method

Find() public method

public Find ( TopoDS_Shape theKey, int &theValue ) : bool
theKey TopoDS_Shape
theValue int
return bool
        public bool Find(TopoDS_Shape theKey, ref int theValue)
        {
            throw new NotImplementedException();
        }

Same methods

TopTools_DataMapOfOrientedShapeInteger::Find ( TopoDS_Shape theKey ) : int