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

IfcElementAssemblyType() public méthode

public IfcElementAssemblyType ( DatabaseIfc m, string name, IfcElementAssemblyTypeEnum type ) : System
m DatabaseIfc
name string
type IfcElementAssemblyTypeEnum
Résultat System
		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!"); }
		internal new static IfcElementAssemblyType Parse(string strDef) { IfcElementAssemblyType t = new IfcElementAssemblyType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }

Same methods

IfcElementAssemblyType::IfcElementAssemblyType ( ) : System
IfcElementAssemblyType::IfcElementAssemblyType ( DatabaseIfc db, IfcElementAssemblyType t ) : System