コード例 #1
0
 public IfcProductRepresentationSelect(IfcRepresentationMap choice)
 {
     this.choice = choice;
 }
コード例 #2
0
ファイル: IfcMappedItem.g.cs プロジェクト: vdubya/IFC-gen
 public IfcMappedItem(IfcRepresentationMap mappingSource, IfcCartesianTransformationOperator mappingTarget) : base()
 {
     MappingSource = mappingSource;
     MappingTarget = mappingTarget;
 }