Пример #1
0
		protected IfcManifoldSolidBrep(IfcClosedShell s) : base(s.mDatabase) { Outer = s; }
Пример #2
0
 public IfcFacetedBrep(IfcClosedShell s)
     : base(s)
 {
 }
Пример #3
0
		internal IfcClosedShell(IfcClosedShell c) : base(c) { }
Пример #4
0
		internal new static IfcClosedShell Parse(string str) 
		{ 
			IfcClosedShell s = new IfcClosedShell(); 
			int pos = 0; 
			s.Parse(str, ref pos);
			return s; 
		}
Пример #5
0
		internal IfcAdvancedBrep(IfcClosedShell s) : base(s) { }