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