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

IfcDoorStyle() private méthode

private IfcDoorStyle ( DatabaseIfc db, IfcDoorStyle s ) : System
db DatabaseIfc
s IfcDoorStyle
Résultat System
		internal IfcDoorStyle(DatabaseIfc db, IfcDoorStyle s) : base(db, s) { mOperationType = s.mOperationType; mConstructionType = s.mConstructionType; mParameterTakesPrecedence = s.mParameterTakesPrecedence; mSizeable = s.mSizeable; }
		internal new static IfcDoorStyle Parse(string strDef) { IfcDoorStyle s = new IfcDoorStyle(); int ipos = 0; parseFields(s, ParserSTEP.SplitLineFields(strDef), ref ipos); return s; }

Same methods

IfcDoorStyle::IfcDoorStyle ( ) : System