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

IfcElementAssembly() public méthode

public IfcElementAssembly ( IfcObjectDefinition host, IfcAssemblyPlaceEnum place, IfcElementAssemblyTypeEnum type ) : System
host IfcObjectDefinition
place IfcAssemblyPlaceEnum
type IfcElementAssemblyTypeEnum
Résultat System
		public IfcElementAssembly(IfcObjectDefinition host, IfcAssemblyPlaceEnum place, IfcElementAssemblyTypeEnum type) : base(host.mDatabase) { mHost = host; AssemblyPlace = place; PredefinedType = type; }
		 

Same methods

IfcElementAssembly::IfcElementAssembly ( ) : System
IfcElementAssembly::IfcElementAssembly ( DatabaseIfc db, IfcElementAssembly a, bool downStream ) : System