Inheritance: GeometryGym.Ifc.IfcSurface
Exemple #1
0
		protected IfcElementarySurface(IfcElementarySurface o) : base(o) { mPosition = o.mPosition; }
Exemple #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++]); }
Exemple #3
0
		protected IfcElementarySurface(DatabaseIfc db, IfcElementarySurface s) : base(db,s) { Position = db.Factory.Duplicate(s.Position) as IfcAxis2Placement3D; }