コード例 #1
0
ファイル: IFC D.cs プロジェクト: jenca-cloud/ggIFC
		internal new static IfcDistributionElementType Parse(string strDef) { IfcDistributionElementType t = new IfcDistributionElementType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
コード例 #2
0
ファイル: IFC D.cs プロジェクト: jenca-cloud/ggIFC
		internal static void parseFields(IfcDistributionElementType t, List<string> arrFields, ref int ipos) { IfcElementType.parseFields(t, arrFields, ref ipos); }
コード例 #3
0
ファイル: IFC D.cs プロジェクト: jmirtsch/GeometryGymIFC
		protected IfcDistributionElementType(DatabaseIfc db, IfcDistributionElementType t) : base(db, t) { }
コード例 #4
0
ファイル: IFC D.cs プロジェクト: jenca-cloud/ggIFC
		protected IfcDistributionElementType(IfcDistributionElementType t) : base(t) { }
コード例 #5
0
ファイル: IFC D.cs プロジェクト: jmirtsch/GeometryGymIFC
		internal IfcDistributionElementType(IfcDistributionElementType basis) : base(basis) { }