コード例 #1
0
 public Pset_ConcreteElementGeneral(IfcPileType type)
     : base(type.mDatabase, "Pset_ConcreteElementGeneral")
 {
     Description = type.Name; type.AddPropertySet(this);
 }
コード例 #2
0
ファイル: IFC P.cs プロジェクト: jenca-cloud/ggIFC
		internal IfcPileType(IfcPileType b) : base(b) { mPredefinedType = b.mPredefinedType; }