Inheritance: IfcCircleProfileDef
Exemplo n.º 1
0
		internal static void parseFields(IfcCircleHollowProfileDef p, List<string> arrFields, ref int ipos) { IfcCircleProfileDef.parseFields(p, arrFields, ref ipos); p.mWallThickness = ParserSTEP.ParseDouble(arrFields[ipos++]); }
Exemplo n.º 2
0
		internal new static IfcCircleHollowProfileDef Parse(string strDef) { IfcCircleHollowProfileDef p = new IfcCircleHollowProfileDef(); int ipos = 0; parseFields(p, ParserSTEP.SplitLineFields(strDef), ref ipos); return p; }
Exemplo n.º 3
0
		internal IfcCircleHollowProfileDef(IfcCircleHollowProfileDef c) : base(c) { mWallThickness = c.mWallThickness; }