GeometryGym.Ifc.IfcFootingType.IfcFootingType C# (CSharp) 메소드

IfcFootingType() 공개 메소드

public IfcFootingType ( DatabaseIfc m, string name, IfcFootingTypeEnum type ) : System
m DatabaseIfc
name string
type IfcFootingTypeEnum
리턴 System
        public IfcFootingType(DatabaseIfc m, string name, IfcFootingTypeEnum type)
            : base(m)
        {
            Name = name; mPredefinedType = type;
        }

Same methods

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