예제 #1
0
 public static DoorWindowInfo CreateWindow(ExporterIFC exporterIFC, FamilyInstance famInst, HostObject hostObj,
                                           ElementId overrideLevelId, Transform trf)
 {
     return(DoorWindowInfo.CreateWindow(exporterIFC, famInst, hostObj, overrideLevelId, trf));
 }
예제 #2
0
 public static DoorWindowInfo CreateDoor(ExporterIFC exporterIFC, FamilyInstance famInst, HostObject hostObj,
                                         ElementId overrideLevelId, Transform trf, IFCExportInfoPair exportType)
 {
     return(DoorWindowInfo.CreateDoor(exporterIFC, famInst, hostObj, overrideLevelId, trf, exportType));
 }