GeometryGym.Ifc.IfcElementType.BuildStringSTEP C# (CSharp) Метод

BuildStringSTEP() защищенный Метод

protected BuildStringSTEP ( ) : string
Результат string
		protected override string BuildStringSTEP()
		{
			return base.BuildStringSTEP() + (mDatabase.mRelease == ReleaseVersion.IFC2x3 && (this as IfcDoorType != null || this as IfcWindowType != null) ? "" : (mElementType == "$" ? ",$" : ",'" + mElementType + "'"));
		}