Inheritance: IfcExternalReference
Ejemplo n.º 1
0
		internal static void parseFields(IfcExternallyDefinedTextFont f, List<string> arrFields, ref int ipos) { IfcExternalReference.parseFields(f, arrFields, ref ipos); }
Ejemplo n.º 2
0
		internal IfcExternallyDefinedTextFont(IfcExternallyDefinedTextFont i) : base(i) { }
Ejemplo n.º 3
0
		internal static IfcExternallyDefinedTextFont Parse(string strDef) { IfcExternallyDefinedTextFont f = new IfcExternallyDefinedTextFont(); int ipos = 0; parseFields(f, ParserSTEP.SplitLineFields(strDef), ref ipos); return f; }
Ejemplo n.º 4
0
		internal IfcExternallyDefinedTextFont(DatabaseIfc db, IfcExternallyDefinedTextFont f) : base(db, f) { }