Наследование: IfcGeometricRepresentationItem
Пример #1
0
		protected static void parseFields(IfcPlacement p, List<string> arrFields, ref int ipos) { IfcGeometricRepresentationItem.parseFields(p, arrFields, ref ipos); p.mLocation = ParserSTEP.ParseLink(arrFields[ipos++]); }
Пример #2
0
 internal IfcGradientCurve(DatabaseIfc db, IfcGradientCurve c, DuplicateOptions options) : base(db, c, options)
 {
     mBaseCurve = db.Factory.Duplicate(c.mBaseCurve) as IfcBoundedCurve;
     mEndPoint  = db.Factory.Duplicate(c.mEndPoint) as IfcPlacement;
 }
Пример #3
0
		protected IfcPlacement(IfcPlacement o) : base(o) { mLocation = o.mLocation; }