/***************************************************/

        internal static void OpeningInPanelWarning(this oM.Structure.Elements.Panel panel)
        {
            BH.Engine.Reflection.Compute.RecordWarning(string.Format("In current implementation of BHoM the panels are pushed without openings. {0} openings are skipped for the panel with BHoM_Guid: {1}", panel.Openings.Count, panel.BHoM_Guid));
        }
Exemple #2
0
        /***************************************************/

        public static Element ToRevit(this oM.Structure.Elements.Panel panel, Document document, RevitSettings settings = null, Dictionary <Guid, List <int> > refObjects = null)
        {
            panel.ConvertBeforePushError(typeof(oM.Physical.Elements.ISurface));
            return(null);
        }
        /***************************************************/

        public static bool Update(this Element element, oM.Structure.Elements.Panel panel, RevitSettings settings, bool setLocationOnUpdate)
        {
            panel.ConvertBeforePushError(typeof(oM.Physical.Elements.ISurface));
            return(false);
        }