Example #1
0
		internal new static IfcTopologyRepresentation Parse(string strDef)
		{
			IfcTopologyRepresentation r = new IfcTopologyRepresentation();
			int pos = 0;
			IfcShapeModel.parseString(r, strDef, ref pos);
			return r;
		}
Example #2
0
		internal IfcTopologyRepresentation(IfcTopologyRepresentation c) : base(c) { }