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

IfcBearingType() public méthode

public IfcBearingType ( DatabaseIfc db, string name, IfcBearingTypeEnum predefinedType ) : System
db DatabaseIfc
name string
predefinedType IfcBearingTypeEnum
Résultat System
		public IfcBearingType(DatabaseIfc db, string name, IfcBearingTypeEnum predefinedType)
			: base(db, name)
		{
			PredefinedType = predefinedType;
		}
	}

Same methods

IfcBearingType::IfcBearingType ( ) : System
IfcBearingType