상속: IfcMeasureValue, IfcSizeSelect, IfcBendingParameterSelect
예제 #1
0
파일: IFC P.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcProjectedCRS(DatabaseIfc m, string name, string desc, string geodeticDatum, string verticalDatum, string mapProjection, string mapZone, IfcLengthMeasure optMeasure)
			: base(m, name, desc, geodeticDatum, verticalDatum)
		{
			if (mapProjection != "")
				mMapProjection = mapProjection.Replace("'", "");
			if (desc != "")
				mMapZone = desc.Replace("'", "");
		}