GeometryGym.Ifc.IfcFastenerType.IfcFastenerType C# (CSharp) Method

IfcFastenerType() private method

private IfcFastenerType ( DatabaseIfc db, IfcFastenerType t ) : System
db DatabaseIfc
t IfcFastenerType
return System
        internal IfcFastenerType(DatabaseIfc db, IfcFastenerType t)
            : base(db, t)
        {
            mPredefinedType = t.mPredefinedType;
        }

Same methods

IfcFastenerType::IfcFastenerType ( ) : System
IfcFastenerType::IfcFastenerType ( DatabaseIfc m, string name, IfcFastenerTypeEnum type ) : System