GeometryGym.Ifc.IfcArbitraryClosedProfileDef.setJSON C# (CSharp) 메소드

setJSON() 보호된 메소드

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
리턴 void
        protected override void setJSON(JObject obj, BaseClassIfc host,  HashSet<int> processed)
        {
            base.setJSON(obj, host, processed);
            obj["OuterCurve"] = OuterCurve.getJson(this, processed);
        }