// Token: 0x060001C3 RID: 451 RVA: 0x0000C02C File Offset: 0x0000A22C private static ItReinforcement GetReinforcementDataInstance(RevitElement <FamilyInstance> girder, SteelGroupElementGirder result) { ItReinforcement itReinforcement = girder.load <ItReinforcement>(null, false) ?? SteelGroupElement.GetEmptyData(result); bool flag = SteelGroupElementGirder.IsManualGirder(girder, itReinforcement); if (flag) { itReinforcement = SteelGroupElementGirder.GetManualGirderData(girder); } return(itReinforcement); }
// Token: 0x06000235 RID: 565 RVA: 0x0000F570 File Offset: 0x0000D770 internal new static SteelGroupElementMeshSFS GetInstance(RevitElement <FabricSheet> fabricSheet, ItMachineDataBase.CNCElementData cncElementData, ItGeMatrix3d matWcsToPalette) { bool flag = fabricSheet.IsInvalid() || SteelGroupElementMeshBase.IsCFS(fabricSheet); SteelGroupElementMeshSFS result; if (flag) { result = null; } else { FabricSheetType sheetType = SteelGroupElementMeshBase.GetSheetType(fabricSheet.Element); SteelGroupElementMeshSFS steelGroupElementMeshSFS = new SteelGroupElementMeshSFS(cncElementData, matWcsToPalette); steelGroupElementMeshSFS.FabricSheet = fabricSheet; steelGroupElementMeshSFS.Host = fabricSheet.Element.getHostingPart(); bool flag2 = steelGroupElementMeshSFS.Host == null; if (flag2) { result = null; } else { steelGroupElementMeshSFS.FabricArea = (fabricSheet.Document.GetElement(fabricSheet.Element.FabricAreaOwnerId) as FabricArea); SteelGroupElement steelGroupElement = steelGroupElementMeshSFS; RevitElement <FabricArea> fabricArea = steelGroupElementMeshSFS.FabricArea; steelGroupElement.Data = (((fabricArea != null) ? fabricArea.load <ItReinforcement>(null, false) : null) ?? SteelGroupElement.GetEmptyData(steelGroupElementMeshSFS)); steelGroupElementMeshSFS.WireItemsMajor = steelGroupElementMeshSFS.getWireItems(fabricSheet.Element, 0, sheetType).ToList <WireItem>(); steelGroupElementMeshSFS.WireItemsMinor = steelGroupElementMeshSFS.getWireItems(fabricSheet.Element, (WireDistributionDirection)1, sheetType).ToList <WireItem>(); steelGroupElementMeshSFS._type = 1; steelGroupElementMeshSFS.Count = 1; steelGroupElementMeshSFS.Weight = SteelGroupElementMeshSFS.GetWeight(fabricSheet.Element); steelGroupElementMeshSFS._name = fabricSheet.Element.Name; steelGroupElementMeshSFS._typeId = fabricSheet.Element.GetTypeId(); steelGroupElementMeshSFS.MatWcsToPalette = ItGeMatrix3d.kIdentity; steelGroupElementMeshSFS.PosPalette = ItGePoint3d.kOrigin; steelGroupElementMeshSFS.SetMinMaxZ(); steelGroupElementMeshSFS.SetGroup(); result = steelGroupElementMeshSFS; } } return(result); }
// Token: 0x060001D2 RID: 466 RVA: 0x0000C41C File Offset: 0x0000A61C internal new static SteelGroupElementRebar GetInstance(RevitElement <Rebar> rebar, ItMachineDataBase.CNCElementData cncElementData, ItGeMatrix3d matWcsToPalette, List <SteelGroupElement> existingElements) { bool flag = rebar.IsInvalid() || !SteelGroupElementRebar.CanBeExported(rebar); SteelGroupElementRebar result; if (flag) { result = null; } else { SteelGroupElementRebar steelGroupElementRebar = new SteelGroupElementRebar(cncElementData, matWcsToPalette); steelGroupElementRebar.Rebar = rebar; steelGroupElementRebar.Host = rebar.Element.getHostingPart(); bool flag2 = steelGroupElementRebar.Host == null; if (flag2) { result = null; } else { steelGroupElementRebar.RebarBarType = (rebar.Document.GetElement(rebar.Element.GetTypeId()) as RebarBarType); steelGroupElementRebar.Data = (rebar.load <ItReinforcement>(null, false) ?? SteelGroupElement.GetEmptyData(steelGroupElementRebar)); bool flag3; steelGroupElementRebar.IronSetsSchematic = rebar.Element.getIronSets(out flag3, RebarMode.Schematic, false); steelGroupElementRebar.IronSetsSchematicAreInvalid = flag3; steelGroupElementRebar.IronSetsRealistic = rebar.Element.getIronSets(out flag3, RebarMode.Realistic, false); steelGroupElementRebar.IronSetsRealisticAreInvalid = flag3; steelGroupElementRebar.TransformToPalette(); steelGroupElementRebar.SetMinMaxZ(steelGroupElementRebar.IronSetsRealistic); steelGroupElementRebar.SetGroup(existingElements); result = steelGroupElementRebar; } } return(result); }
// Token: 0x06000197 RID: 407 RVA: 0x0000B1A4 File Offset: 0x000093A4 internal new static SteelGroupElementMeshCFS GetInstance(RevitElement <FabricSheet> fabricSheet, ItMachineDataBase.CNCElementData cncElementData, ItGeMatrix3d matWcsToPalette) { bool flag = fabricSheet.IsInvalid() || !SteelGroupElementMeshBase.IsCFS(fabricSheet); SteelGroupElementMeshCFS result; if (flag) { result = null; } else { FabricSheetType sheetType = SteelGroupElementMeshBase.GetSheetType(fabricSheet.Element); SteelGroupElementMeshCFS steelGroupElementMeshCFS = new SteelGroupElementMeshCFS(cncElementData, matWcsToPalette); steelGroupElementMeshCFS.FabricSheet = fabricSheet; steelGroupElementMeshCFS.Host = fabricSheet.Element.getHostingPart(); bool flag2 = steelGroupElementMeshCFS.Host == null; if (flag2) { result = null; } else { steelGroupElementMeshCFS.FabricArea = (fabricSheet.Document.GetElement(fabricSheet.Element.FabricAreaOwnerId) as FabricArea); SteelGroupElement steelGroupElement = steelGroupElementMeshCFS; RevitElement <FabricArea> fabricArea = steelGroupElementMeshCFS.FabricArea; steelGroupElement.Data = (((fabricArea != null) ? fabricArea.load <ItReinforcement>(null, false) : null) ?? SteelGroupElement.GetEmptyData(steelGroupElementMeshCFS)); steelGroupElementMeshCFS._cfsName = sheetType.Name; steelGroupElementMeshCFS.WireItemsMajor = steelGroupElementMeshCFS.getWireItems(fabricSheet.Element, (WireDistributionDirection)0, sheetType).ToList <WireItem>(); steelGroupElementMeshCFS.WireItemsMinor = steelGroupElementMeshCFS.getWireItems(fabricSheet.Element, (WireDistributionDirection)1, sheetType).ToList <WireItem>(); ItGeBoundBlock3d itGeBoundBlock3d = SteelGroupElementMeshCFS.sheetLocalExtents(steelGroupElementMeshCFS.WireItemsMajor, steelGroupElementMeshCFS.WireItemsMinor); bool flag3 = itGeBoundBlock3d == null; if (flag3) { result = null; } else { steelGroupElementMeshCFS.PosPalette = itGeBoundBlock3d.minPoint; steelGroupElementMeshCFS._maxLength = itGeBoundBlock3d.length; steelGroupElementMeshCFS._maxWidth = itGeBoundBlock3d.width; steelGroupElementMeshCFS._toTurn = 0; steelGroupElementMeshCFS._stopOnTurn = 0; steelGroupElementMeshCFS._matType = 0; steelGroupElementMeshCFS.WireItemsMajor.ForEach(delegate(WireItem item) { item.transformToSteelmat(); }); steelGroupElementMeshCFS.WireItemsMinor.ForEach(delegate(WireItem item) { item.transformToSteelmat(); }); bool flag4 = steelGroupElementMeshCFS.Data.LayerPosition == PosReinfLayer.Undefined; if (flag4) { steelGroupElementMeshCFS.SetLayerPositionFromCFS(); } steelGroupElementMeshCFS.SetMinMaxZ(); steelGroupElementMeshCFS.SetGroup(); result = steelGroupElementMeshCFS; } } } return(result); }