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

IfcDoorType() private méthode

private IfcDoorType ( ) : System
Résultat System
		internal IfcDoorType() : base() { }
		internal IfcDoorType(DatabaseIfc db, IfcDoorType t) : base(db,t) { mPredefinedType = t.mPredefinedType; mOperationType = t.mOperationType; mParameterTakesPrecedence = t.mParameterTakesPrecedence; mUserDefinedOperationType = t.mUserDefinedOperationType; }

Same methods

IfcDoorType::IfcDoorType ( DatabaseIfc db, IfcDoorType t ) : System
IfcDoorType::IfcDoorType ( DatabaseIfc m, string name, IfcDoorTypeEnum type ) : System
IfcDoorType::IfcDoorType ( DatabaseIfc m, string name, IfcDoorTypeEnum type, IfcDoorTypeOperationEnum operation, IfcDoorLiningProperties lp, List pps ) : System
IfcDoorType::IfcDoorType ( DatabaseIfc m, string name, IfcDoorTypeEnum type, IfcDoorTypeOperationEnum operation, bool parameterTakesPrecendence ) : System