Esempio n. 1
0
        protected BbBoltAssembly()
        {
            _ifcElement = new IfcMechanicalFastener
            {
                GlobalId     = IfcGloballyUniqueId.NewGuid(),
                OwnerHistory = BbHeaderSetting.Setting3D.IfcOwnerHistory,

                ObjectType = "Bolt",
            };
        }
Esempio n. 2
0
        protected BbNut()
        {
            _ifcElement = new IfcMechanicalFastener
            {
                GlobalId = IfcGloballyUniqueId.NewGuid(),
                OwnerHistory = BbHeaderSetting.Setting3D.IfcOwnerHistory,

                ObjectType = "Nut",

            };
        }