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

IfcElementAssemblyType() private méthode

private IfcElementAssemblyType ( DatabaseIfc db, IfcElementAssemblyType t ) : System
db DatabaseIfc
t IfcElementAssemblyType
Résultat System
		internal IfcElementAssemblyType(DatabaseIfc db, IfcElementAssemblyType t) : base(db, t) { mPredefinedType = t.mPredefinedType; }
		public IfcElementAssemblyType(DatabaseIfc m, string name, IfcElementAssemblyTypeEnum type) : base(m) { Name = name; mPredefinedType = type; if (m.mRelease == ReleaseVersion.IFC2x3) throw new Exception(KeyWord + " only supported in IFC4!"); }

Same methods

IfcElementAssemblyType::IfcElementAssemblyType ( ) : System
IfcElementAssemblyType::IfcElementAssemblyType ( DatabaseIfc m, string name, IfcElementAssemblyTypeEnum type ) : System