상속: IfcDistributionElement
예제 #1
0
파일: IFC D.cs 프로젝트: jenca-cloud/ggIFC
		internal new static IfcDistributionFlowElement Parse(string strDef) { IfcDistributionFlowElement e = new IfcDistributionFlowElement(); int ipos = 0; parseFields(e, ParserSTEP.SplitLineFields(strDef), ref ipos); return e; }
예제 #2
0
파일: IFC D.cs 프로젝트: jenca-cloud/ggIFC
		internal static void parseFields(IfcDistributionFlowElement e, List<string> arrFields, ref int ipos) { IfcDistributionElement.parseFields(e, arrFields, ref ipos); }
예제 #3
0
		internal IfcDistributionFlowElement(DatabaseIfc db, IfcDistributionFlowElement e) : base(db,e) { }
예제 #4
0
파일: IFC D.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcDistributionFlowElement(IfcDistributionFlowElement e) : base(e) { }
예제 #5
0
		protected IfcDistributionFlowElement(IfcDistributionFlowElement basis) : base(basis) { mSourcePort = basis.mSourcePort; mSinkPort = basis.mSinkPort;  }