Exemplo n.º 1
0
 internal override void parse(string str, ref int pos, ReleaseVersion release, int len, ConcurrentDictionary <int, BaseClassIfc> dictionary)
 {
     Bounds.AddRange(ParserSTEP.StripListLink(str, ref pos, str.Length).ConvertAll(x => dictionary[x] as IfcFaceBound));
 }
Exemplo n.º 2
0
 internal override void parseJObject(JObject obj)
 {
     base.parseJObject(obj);
     Bounds.AddRange(mDatabase.extractJArray <IfcFaceBound>(obj.GetValue("Bounds", StringComparison.InvariantCultureIgnoreCase) as JArray));
 }