GeometryGym.Ifc.IfcWindowStyle.IfcWindowStyle C# (CSharp) Méthode

IfcWindowStyle() private méthode

private IfcWindowStyle ( DatabaseIfc db, IfcWindowStyle s ) : System
db DatabaseIfc
s IfcWindowStyle
Résultat System
        internal IfcWindowStyle(DatabaseIfc db, IfcWindowStyle s)
            : base(db,s)
        {
            mConstructionType = s.mConstructionType; mOperationType = s.mOperationType; mParameterTakesPrecedence = s.mParameterTakesPrecedence; mSizeable = s.mSizeable;
        }

Same methods

IfcWindowStyle::IfcWindowStyle ( ) : System