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

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

public Add ( TopoDS_Shape theKey1, double theItem ) : int
theKey1 TopoDS_Shape
theItem double
Результат int
        public int Add(TopoDS_Shape theKey1, double theItem)
        {
            throw new NotImplementedException();
        }