コード例 #1
0
ファイル: IFC M.cs プロジェクト: jenca-cloud/ggIFC
		protected IfcManifoldSolidBrep(IfcClosedShell s) : base(s.mDatabase) { Outer = s; }
コード例 #2
0
ファイル: IFC F.cs プロジェクト: jmirtsch/GeometryGymIFC
 public IfcFacetedBrep(IfcClosedShell s)
     : base(s)
 {
 }
コード例 #3
0
ファイル: IFC C.cs プロジェクト: jenca-cloud/ggIFC
		internal IfcClosedShell(IfcClosedShell c) : base(c) { }
コード例 #4
0
ファイル: IFC C.cs プロジェクト: jenca-cloud/ggIFC
		internal new static IfcClosedShell Parse(string str) 
		{ 
			IfcClosedShell s = new IfcClosedShell(); 
			int pos = 0; 
			s.Parse(str, ref pos);
			return s; 
		}
コード例 #5
0
ファイル: ifc A.cs プロジェクト: jenca-cloud/ggIFC
		internal IfcAdvancedBrep(IfcClosedShell s) : base(s) { }