예제 #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; }