Inheritance: GeometryGym.Ifc.IfcSurface
示例#1
0
		protected IfcElementarySurface(IfcElementarySurface o) : base(o) { mPosition = o.mPosition; }
示例#2
0
		protected static void parseFields(IfcElementarySurface s, List<string> arrFields, ref int ipos) { IfcSurface.parseFields(s, arrFields, ref ipos); s.mPosition = ParserSTEP.ParseLink(arrFields[ipos++]); }
示例#3
0
		protected IfcElementarySurface(DatabaseIfc db, IfcElementarySurface s) : base(db,s) { Position = db.Factory.Duplicate(s.Position) as IfcAxis2Placement3D; }