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

IfcFastenerType() private method

private IfcFastenerType ( DatabaseIfc m, string name, IfcFastenerTypeEnum type ) : System
m DatabaseIfc
name string
type IfcFastenerTypeEnum
return System
        internal IfcFastenerType(DatabaseIfc m, string name, IfcFastenerTypeEnum type)
            : base(m)
        {
            Name = name; mPredefinedType = type;
        }

Same methods

IfcFastenerType::IfcFastenerType ( ) : System
IfcFastenerType::IfcFastenerType ( DatabaseIfc db, IfcFastenerType t ) : System