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

IfcElementAssembly() private méthode

private IfcElementAssembly ( DatabaseIfc db, IfcElementAssembly a, bool downStream ) : System
db DatabaseIfc
a IfcElementAssembly
downStream bool
Résultat System
		internal IfcElementAssembly(DatabaseIfc db, IfcElementAssembly a, bool downStream) : base(db,a,downStream) { mPredefinedType = a.mPredefinedType; }
		public IfcElementAssembly(IfcObjectDefinition host, IfcAssemblyPlaceEnum place, IfcElementAssemblyTypeEnum type) : base(host.mDatabase) { mHost = host; AssemblyPlace = place; PredefinedType = type; }

Same methods

IfcElementAssembly::IfcElementAssembly ( ) : System
IfcElementAssembly::IfcElementAssembly ( IfcObjectDefinition host, IfcAssemblyPlaceEnum place, IfcElementAssemblyTypeEnum type ) : System