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