コード例 #1
0
ファイル: IFC P.cs プロジェクト: jenca-cloud/ggIFC
		internal IfcPile(IfcPile p) : base(p) { mPredefinedType = p.mPredefinedType; mConstructionType = p.mConstructionType; }
コード例 #2
0
ファイル: IfcPile.g.cs プロジェクト: vdubya/IFC-gen
 public IfcPile(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcIdentifier tag, IfcPileTypeEnum predefinedType, IfcPileConstructionEnum constructionType) : base(globalId, ownerHistory, name, description, objectType, objectPlacement, representation, tag)
 {
     PredefinedType   = predefinedType;
     ConstructionType = constructionType;
 }