protected IfcManifoldSolidBrep(IfcClosedShell s) : base(s.mDatabase) { Outer = s; }
public IfcFacetedBrep(IfcClosedShell s) : base(s) { }
internal IfcClosedShell(IfcClosedShell c) : base(c) { }
internal new static IfcClosedShell Parse(string str) { IfcClosedShell s = new IfcClosedShell(); int pos = 0; s.Parse(str, ref pos); return s; }
internal IfcAdvancedBrep(IfcClosedShell s) : base(s) { }