Ejemplo n.º 1
0
		internal new static IfcShapeRepresentation Parse(string strDef)
		{
			IfcShapeRepresentation r = new IfcShapeRepresentation();
			int pos = 0;
			IfcShapeModel.parseString(r, strDef, ref pos);
			return r;
		}
Ejemplo n.º 2
0
		public IfcRepresentationMap(IfcRepresentationItem item) : base(item.mDatabase) { mMappingOrigin = new IfcAxis2Placement3D(item.mDatabase).mIndex; MappedRepresentation = new IfcShapeRepresentation(new List<IfcRepresentationItem>() { item }); }
Ejemplo n.º 3
0
		internal IfcShapeRepresentation(IfcShapeRepresentation p) : base(p) { }